diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-12-01 04:35:57 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-12-01 04:35:57 +0000 |
commit | 19cfd35b1ac0b76c36635c26ce3d84386607f837 (patch) | |
tree | 154ce7781c81af1a33689e2b2c76f55fae1c140d /textproc/p5-XML-Atom/Makefile | |
parent | ced7bd58ad60b1ffa593c5da79c15f4b5343991a (diff) |
- Update to 0.24
PR: ports/106044
Submitted by: Christopher Boumenot <boumenot_AT_gmail dot com>
Notes
Notes:
svn path=/head/; revision=178424
Diffstat (limited to 'textproc/p5-XML-Atom/Makefile')
-rw-r--r-- | textproc/p5-XML-Atom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile index e05c70170a4a..d863f7b5879d 100644 --- a/textproc/p5-XML-Atom/Makefile +++ b/textproc/p5-XML-Atom/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Atom -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -18,6 +18,7 @@ COMMENT= Perl5 modules for Atom feed and API implementation RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ + ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/LWP/Authen/Wsse.pm:${PORTSDIR}/www/p5-LWP-Authen-Wsse \ |