Updated to 0.17

Submitted by:	foxfair
This commit is contained in:
Sergey Skvortsov 2003-11-04 14:27:15 +00:00
parent 25c64a1309
commit 33911e3f2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93066
3 changed files with 4 additions and 5 deletions

View file

@ -6,10 +6,10 @@
# #
PORTNAME= Pod-POM PORTNAME= Pod-POM
PORTVERSION= 0.15 PORTVERSION= 0.17
CATEGORIES= textproc perl5 CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Pod MASTER_SITE_SUBDIR= Pod/ABW
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org MAINTAINER= skv@FreeBSD.org
@ -19,6 +19,5 @@ PERL_CONFIGURE= yes
MAN1= podlint.1 pom2.1 MAN1= podlint.1 pom2.1
MAN3= Pod::POM.3 Pod::POM::Node.3 MAN3= Pod::POM.3 Pod::POM::Node.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (Pod-POM-0.15.tar.gz) = baa50e390cb1ae8b465c2eac05288f37 MD5 (Pod-POM-0.17.tar.gz) = 6ec8b345c9d43d45cc404c9416443d76

View file

@ -7,7 +7,7 @@ manipulated. In addition, Pod::POM supports and provides view objects
which can automatically traverse the tree, or section thereof, and which can automatically traverse the tree, or section thereof, and
generate an output representation in one form or another. 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 -- Sergey Skvortsov
skv@FreeBSD.org skv@FreeBSD.org