diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-09-10 15:39:01 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-09-10 15:39:01 +0000 |
commit | e72e698e11ff10d5392bb84ecfc8c3e472b4384d (patch) | |
tree | 635a70d5a58919959279867e3f1d363a97f5bcfd /textproc/p5-Pod-Simple | |
parent | 15516d83f682340eb61af5addb3b816db30d1283 (diff) | |
download | ports-e72e698e11ff10d5392bb84ecfc8c3e472b4384d.tar.gz ports-e72e698e11ff10d5392bb84ecfc8c3e472b4384d.zip |
Notes
Diffstat (limited to 'textproc/p5-Pod-Simple')
-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 |