freebsd-ports/textproc/makepatch/Makefile

18 lines
321 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= makepatch
2013-02-12 13:51:16 +01:00
PORTVERSION= 2.05
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JV
MAINTAINER= ports@FreeBSD.org
2003-02-21 14:42:50 +01:00
COMMENT= Perl scripts to assist in the generation and application of patches
USES= perl5
USE_PERL5= configure
2015-08-05 06:35:34 +02:00
NO_ARCH= yes
.include <bsd.port.mk>