diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-11-04 14:27:15 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-11-04 14:27:15 +0000 |
commit | 33911e3f2e99af9246c1215b56c3b2608ef20c6e (patch) | |
tree | 0e746a531150526e32c7e7da87c55cf46c04667f /textproc/p5-Pod-POM | |
parent | 25c64a130974176682be4d8ca7ff06dd119118d9 (diff) | |
download | ports-33911e3f2e99af9246c1215b56c3b2608ef20c6e.tar.gz ports-33911e3f2e99af9246c1215b56c3b2608ef20c6e.zip |
Notes
Diffstat (limited to 'textproc/p5-Pod-POM')
-rw-r--r-- | textproc/p5-Pod-POM/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Pod-POM/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Pod-POM/pkg-descr | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/textproc/p5-Pod-POM/Makefile b/textproc/p5-Pod-POM/Makefile index f9eb5ec0c2ce..0ec23d12ccf6 100644 --- a/textproc/p5-Pod-POM/Makefile +++ b/textproc/p5-Pod-POM/Makefile @@ -6,10 +6,10 @@ # PORTNAME= Pod-POM -PORTVERSION= 0.15 +PORTVERSION= 0.17 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Pod +MASTER_SITE_SUBDIR= Pod/ABW PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org @@ -19,6 +19,5 @@ PERL_CONFIGURE= yes MAN1= podlint.1 pom2.1 MAN3= Pod::POM.3 Pod::POM::Node.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/textproc/p5-Pod-POM/distinfo b/textproc/p5-Pod-POM/distinfo index d514ca2b8373..ba53c32d16a0 100644 --- a/textproc/p5-Pod-POM/distinfo +++ b/textproc/p5-Pod-POM/distinfo @@ -1 +1 @@ -MD5 (Pod-POM-0.15.tar.gz) = baa50e390cb1ae8b465c2eac05288f37 +MD5 (Pod-POM-0.17.tar.gz) = 6ec8b345c9d43d45cc404c9416443d76 diff --git a/textproc/p5-Pod-POM/pkg-descr b/textproc/p5-Pod-POM/pkg-descr index dad3b222f7d1..95933b254a18 100644 --- a/textproc/p5-Pod-POM/pkg-descr +++ b/textproc/p5-Pod-POM/pkg-descr @@ -7,7 +7,7 @@ manipulated. In addition, Pod::POM supports and provides view objects which can automatically traverse the tree, or section thereof, and generate an output representation in one form or another. -WWW: http://search.cpan.org/search?dist=Pod-POM +WWW: http://search.cpan.org/dist/Pod-POM/ -- Sergey Skvortsov skv@FreeBSD.org |