diff options
Diffstat (limited to 'textproc/p5-XML-XPath/Makefile')
-rw-r--r-- | textproc/p5-XML-XPath/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/p5-XML-XPath/Makefile b/textproc/p5-XML-XPath/Makefile index c5c070fe3648..fd647fad58ed 100644 --- a/textproc/p5-XML-XPath/Makefile +++ b/textproc/p5-XML-XPath/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= XML-XPath -PORTVERSION= 1.13 -PORTREVISION= 1 +PORTVERSION= 1.16 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Modules for parsing and evaluating XPath statements -BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-XML-Parser>=2.23:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure |