diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-04 22:54:12 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-04 22:54:12 +0800 |
commit | 70bbc6091187663230bb58f3810e096a4a5ab8e4 (patch) | |
tree | 8353512600ee26c736afb55286a092d9020fe26c /textproc/p5-Pod-XML | |
parent | 834517bcb1166cf789b502074af2632919bb23f4 (diff) | |
download | freebsd-ports-gnome-70bbc6091187663230bb58f3810e096a4a5ab8e4.tar.gz freebsd-ports-gnome-70bbc6091187663230bb58f3810e096a4a5ab8e4.tar.zst freebsd-ports-gnome-70bbc6091187663230bb58f3810e096a4a5ab8e4.zip |
- Update to 0.99
PR: ports/108753
Submitted by: chinsan (maintainer)
Diffstat (limited to 'textproc/p5-Pod-XML')
-rw-r--r-- | textproc/p5-Pod-XML/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Pod-XML/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-Pod-XML/Makefile b/textproc/p5-Pod-XML/Makefile index 2d15c878213d..4dec51a9739e 100644 --- a/textproc/p5-Pod-XML/Makefile +++ b/textproc/p5-Pod-XML/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Pod-XML -PORTVERSION= 0.98 +PORTVERSION= 0.99 CATEGORIES= textproc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Pod @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= chinsan@FreeBSD.org COMMENT= Module to convert POD to XML -WRKSRC= ${WRKDIR}/${PORTNAME} - -RUN_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ +BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ + p5-Test-File-Contents>=0:${PORTSDIR}/devel/p5-Test-File-Contents \ p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/textproc/p5-Pod-XML/distinfo b/textproc/p5-Pod-XML/distinfo index b711be225321..bc6cc6299740 100644 --- a/textproc/p5-Pod-XML/distinfo +++ b/textproc/p5-Pod-XML/distinfo @@ -1,3 +1,3 @@ -MD5 (Pod-XML-0.98.tar.gz) = 91306375b57f802660f807302edbd525 -SHA256 (Pod-XML-0.98.tar.gz) = 4839f6760c8d70f685e50507c47779603e65ae3af8deb0a7bb0b76df77edd8c9 -SIZE (Pod-XML-0.98.tar.gz) = 7961 +MD5 (Pod-XML-0.99.tar.gz) = 1c0dd534baab4d99712afe351ccbe805 +SHA256 (Pod-XML-0.99.tar.gz) = 63bca82f0f33a54488809b6c0905a2d939d9e2b4aa4281c590f5cad952a97f27 +SIZE (Pod-XML-0.99.tar.gz) = 8297 |