diff options
author | mat <mat@FreeBSD.org> | 2003-09-10 23:39:01 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-09-10 23:39:01 +0800 |
commit | 6436dc380dfcd6411ec1a9a7daa61b0b6967eb88 (patch) | |
tree | 21656909225bb9418da7e6266132d68968cf6811 /textproc | |
parent | 198d67c2555aecb1ac6a7e54e2f8887aa5647943 (diff) | |
download | freebsd-ports-gnome-6436dc380dfcd6411ec1a9a7daa61b0b6967eb88.tar.gz freebsd-ports-gnome-6436dc380dfcd6411ec1a9a7daa61b0b6967eb88.tar.zst freebsd-ports-gnome-6436dc380dfcd6411ec1a9a7daa61b0b6967eb88.zip |
Update to 2.03
Depend on perl 5.6.1
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-Simple/Makefile | 13 | ||||
-rw-r--r-- | textproc/p5-Pod-Simple/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Pod-Simple/pkg-plist | 3 |
3 files changed, 14 insertions, 4 deletions
diff --git a/textproc/p5-Pod-Simple/Makefile b/textproc/p5-Pod-Simple/Makefile index 874393a9f676..f0cebd0a751d 100644 --- a/textproc/p5-Pod-Simple/Makefile +++ b/textproc/p5-Pod-Simple/Makefile @@ -5,10 +5,10 @@ # PORTNAME= Pod-Simple -PORTVERSION= 0.97 +PORTVERSION= 2.03 CATEGORIES= textproc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Pod +MASTER_SITE_SUBDIR= Pod/SBURKE PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org @@ -30,4 +30,11 @@ MAN3= Pod::Simple.3 Pod::Simple::Checker.3 Pod::Simple::Debug.3 \ Pod::Simple::Text.3 Pod::Simple::TextContent.3 \ Pod::Simple::XMLOutStream.3 perlpod.3 perlpodspec.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +# utf8 stuffs +.if ${PERL_LEVEL} < 500600 +IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-Pod-Simple/distinfo b/textproc/p5-Pod-Simple/distinfo index 4163e16d01e9..007d55675c7c 100644 --- a/textproc/p5-Pod-Simple/distinfo +++ b/textproc/p5-Pod-Simple/distinfo @@ -1 +1 @@ -MD5 (Pod-Simple-0.97.tar.gz) = b7d4143f13fbc7568e8ad6b9551ec7eb +MD5 (Pod-Simple-2.03.tar.gz) = ee2995b41236bdd1253febef7fa0c969 diff --git a/textproc/p5-Pod-Simple/pkg-plist b/textproc/p5-Pod-Simple/pkg-plist index 20c017862f3d..2439976e8003 100644 --- a/textproc/p5-Pod-Simple/pkg-plist +++ b/textproc/p5-Pod-Simple/pkg-plist @@ -19,6 +19,9 @@ %%SITE_PERL%%/Pod/Simple/Text.pm %%SITE_PERL%%/Pod/Simple/TextContent.pm %%SITE_PERL%%/Pod/Simple/TiedOutFH.pm +%%SITE_PERL%%/Pod/Simple/Transcode.pm +%%SITE_PERL%%/Pod/Simple/TranscodeDumb.pm +%%SITE_PERL%%/Pod/Simple/TranscodeSmart.pm %%SITE_PERL%%/Pod/Simple/XMLOutStream.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Simple/.packlist %%SITE_PERL%%/perlpod.pod |