diff options
| author | Anton Berezin <tobez@FreeBSD.org> | 2001-10-30 22:21:37 +0000 |
|---|---|---|
| committer | Anton Berezin <tobez@FreeBSD.org> | 2001-10-30 22:21:37 +0000 |
| commit | 2dda46c5dd85bb5d8ae6d864c3ca2f35d02b36c8 (patch) | |
| tree | ae52c6063c81f74e726f6919e93db040bfe025a5 /textproc/makepatch/Makefile | |
| parent | 00abf90bb31b0bd648db74cb9a35264fa30aadb3 (diff) | |
Notes
Diffstat (limited to 'textproc/makepatch/Makefile')
| -rw-r--r-- | textproc/makepatch/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/makepatch/Makefile b/textproc/makepatch/Makefile new file mode 100644 index 000000000000..be220ec105a6 --- /dev/null +++ b/textproc/makepatch/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: makepatch +# Date created: 22 October 2001 +# Whom: John Merryweather Cooper +# +# $FreeBSD$ +# + +PORTNAME= makepatch +PORTVERSION= 2.00a +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/JV + +MAINTAINER= jmcoopr@webmail.bmi.net + +PERL_CONFIGURE= yes + +MAN1= makepatch.1 applypatch.1 + +.include <bsd.port.mk> |
