diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-16 05:00:47 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-16 05:00:47 +0000 |
commit | 76d7bca3b5996464154ba4c030dc9784cf8fa026 (patch) | |
tree | 86a4b9e4111a93d57e3183e2b8318b05bacb8bfa /textproc/p5-ack/Makefile | |
parent | 1ca93b4f2e5fba329baf583ec091666622f5aa86 (diff) | |
download | ports-76d7bca3b5996464154ba4c030dc9784cf8fa026.tar.gz ports-76d7bca3b5996464154ba4c030dc9784cf8fa026.zip |
Notes
Diffstat (limited to 'textproc/p5-ack/Makefile')
-rw-r--r-- | textproc/p5-ack/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/textproc/p5-ack/Makefile b/textproc/p5-ack/Makefile new file mode 100644 index 000000000000..dec29079d364 --- /dev/null +++ b/textproc/p5-ack/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-ack +# Date created: 2006/08/15 +# Whom: chinsan <chinsan.tw@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= ack +PORTVERSION= 1.24 +CATEGORIES= textproc perl5 sysutils +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= App +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan.tw@gmail.com +COMMENT= A grep-like text finder for large trees of text + +PERL_CONFIGURE= yes + +MAN1= ack.1 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again +.endif + +.include <bsd.port.post.mk> |