aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Atom/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-01-13 21:03:38 +0000
committerClement Laforet <clement@FreeBSD.org>2004-01-13 21:03:38 +0000
commit93608ef5dbe4f20385ae135077ea679d96c5d5ef (patch)
treefc3eb607cc4bf4903b1b0fd453d6763b341c99d5 /textproc/p5-XML-Atom/Makefile
parent0b3d55dbf4b5b9fcc83fde51cc279269f845fe94 (diff)
downloadports-93608ef5dbe4f20385ae135077ea679d96c5d5ef.tar.gz
ports-93608ef5dbe4f20385ae135077ea679d96c5d5ef.zip
Notes
Diffstat (limited to 'textproc/p5-XML-Atom/Makefile')
-rw-r--r--textproc/p5-XML-Atom/Makefile5
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>