diff options
author | clement <clement@FreeBSD.org> | 2004-01-14 05:03:38 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-14 05:03:38 +0800 |
commit | 38b91fc485d789bfdf270af01fc8a458135aaf70 (patch) | |
tree | cdd5407d1675efcc4005c69448ed0ea7591690cd /textproc/p5-XML-Atom/Makefile | |
parent | 4d5f9506b94a409cc8e990547f37e720c0f360fd (diff) | |
download | freebsd-ports-gnome-38b91fc485d789bfdf270af01fc8a458135aaf70.tar.gz freebsd-ports-gnome-38b91fc485d789bfdf270af01fc8a458135aaf70.tar.zst freebsd-ports-gnome-38b91fc485d789bfdf270af01fc8a458135aaf70.zip |
Update to 0.05
PR: 61231
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'textproc/p5-XML-Atom/Makefile')
-rw-r--r-- | textproc/p5-XML-Atom/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile index 928ff2e642f8..d95112150b06 100644 --- a/textproc/p5-XML-Atom/Makefile +++ b/textproc/p5-XML-Atom/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Atom -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -27,10 +27,11 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= XML::Atom.3 \ - XML::Atom::API.3 \ + XML::Atom::Client.3 \ XML::Atom::Entry.3 \ XML::Atom::Feed.3 \ XML::Atom::Person.3 \ + XML::Atom::Server.3 \ XML::Atom::Util.3 .include <bsd.port.pre.mk> |