diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
commit | 0c32f397115d6a7e639ed1f8b4228848bd5cc96c (patch) | |
tree | ce66d6984b8e2580d19a3e478f618b13623e3080 /textproc/p5-Text-Query/Makefile | |
parent | c37aa810ab6b2dec5c29293ea60ad8f84d8effda (diff) | |
download | ports-0c32f397115d6a7e639ed1f8b4228848bd5cc96c.tar.gz ports-0c32f397115d6a7e639ed1f8b4228848bd5cc96c.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Query/Makefile')
-rw-r--r-- | textproc/p5-Text-Query/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Text-Query/Makefile b/textproc/p5-Text-Query/Makefile index f04199ba842d..eba4a42e59b3 100644 --- a/textproc/p5-Text-Query/Makefile +++ b/textproc/p5-Text-Query/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-Text-Query -# Date created: 31 December 2000 -# Whom: Anton Berezin <tobez@tobez.org> -# +# Created by: Anton Berezin <tobez@tobez.org> # $FreeBSD$ -# PORTNAME= Text-Query PORTVERSION= 0.07 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Query processing framework -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure patch MAN3= Text::Query.3 Text::Query::Build.3 \ Text::Query::BuildAdvancedString.3 \ |