diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 21:38:09 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 21:38:09 +0000 |
commit | 4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd (patch) | |
tree | 6a21c7eedce3ab02121c1a526e479099181228ef /textproc/p5-XML-XBEL | |
parent | 4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (diff) | |
download | ports-4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd.tar.gz ports-4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-XBEL')
-rw-r--r-- | textproc/p5-XML-XBEL/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-XML-XBEL/Makefile b/textproc/p5-XML-XBEL/Makefile index 07e581eeec33..cb3f0728c7fd 100644 --- a/textproc/p5-XML-XBEL/Makefile +++ b/textproc/p5-XML-XBEL/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-XBEL -# Date created: August 03, 2004 -# Whom: Aaron Straup Cope <ascope@cpan.org> -# +# Created by: Aaron Straup Cope <ascope@cpan.org> # $FreeBSD$ -# PORTNAME= XML-XBEL PORTVERSION= 1.4 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= XML::XBEL.3 \ XML::XBEL::Alias.3 \ |