diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-07-30 18:27:56 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-07-30 18:27:56 +0000 |
commit | 57a93bf13c4b56e97230eb735fd55ee844bcdd4f (patch) | |
tree | 693f810cc12aa3e9bf4d4607147ffe4035095aeb /textproc/p5-XML-Atom/Makefile | |
parent | fc73a3eebe1c8421b78588ba407307c8b10a7d6f (diff) | |
download | ports-57a93bf13c4b56e97230eb735fd55ee844bcdd4f.tar.gz ports-57a93bf13c4b56e97230eb735fd55ee844bcdd4f.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Atom/Makefile')
-rw-r--r-- | textproc/p5-XML-Atom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile index a047c543301b..43f4a0c70254 100644 --- a/textproc/p5-XML-Atom/Makefile +++ b/textproc/p5-XML-Atom/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Atom -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -26,7 +26,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-X ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= XML::Atom.3 \ XML::Atom::Client.3 \ |