mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
22 lines
420 B
Makefile
22 lines
420 B
Makefile
PORTNAME= splitpatch
|
|
DISTVERSIONPREFIX= release/
|
|
DISTVERSION= 1.2
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Utility to split a diff patch into separate sections
|
|
WWW= https://github.com/jaalto/splitpatch
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= gmake perl5 ruby
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jaalto
|
|
USE_PERL5= build
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/splitpatch \
|
|
share/man/man1/splitpatch.1.gz
|
|
|
|
.include <bsd.port.mk>
|