diff options
author | Frederic Culot <culot@FreeBSD.org> | 2013-02-05 20:29:40 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2013-02-05 20:29:40 +0000 |
commit | dd56736cdf9ef2be9a3959c87043f20369753bc6 (patch) | |
tree | 016e4cd83e331bfad6b0acb6f3040cce1086d372 /textproc/p5-Pod-Parser | |
parent | 910689794cfe132f7c3dfe44c620ef7cec3a6fae (diff) | |
download | ports-dd56736cdf9ef2be9a3959c87043f20369753bc6.tar.gz ports-dd56736cdf9ef2be9a3959c87043f20369753bc6.zip |
Notes
Diffstat (limited to 'textproc/p5-Pod-Parser')
-rw-r--r-- | textproc/p5-Pod-Parser/Makefile | 16 | ||||
-rw-r--r-- | textproc/p5-Pod-Parser/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Pod-Parser/files/patch-Makefile.PL | 11 | ||||
-rw-r--r-- | textproc/p5-Pod-Parser/pkg-plist | 2 |
4 files changed, 9 insertions, 24 deletions
diff --git a/textproc/p5-Pod-Parser/Makefile b/textproc/p5-Pod-Parser/Makefile index 33b755aab6e6..9063f4ca4808 100644 --- a/textproc/p5-Pod-Parser/Makefile +++ b/textproc/p5-Pod-Parser/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: Pod::Parser -# Date created: 18 Dec 2001 -# Whom: Sergey Skvortsov <skv@FreeBSD.org> -# +# Created by: Sergey Skvortsov <skv@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Pod-Parser -PORTVERSION= 1.51 +PORTVERSION= 1.60 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Modules to work with POD (Plain Old Documentation) +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes USE_DOS2UNIX= yes -MAN3= Pod::Checker.3 Pod::Find.3 Pod::InputObjects.3 \ - Pod::ParseUtils.3 Pod::Parser.3 Pod::PlainText.3 Pod::Select.3 \ - Pod::Usage.3 +MAN3= Pod::Find.3 Pod::InputObjects.3 \ + Pod::ParseUtils.3 Pod::Parser.3 Pod::PlainText.3 Pod::Select.3 post-patch: @${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL diff --git a/textproc/p5-Pod-Parser/distinfo b/textproc/p5-Pod-Parser/distinfo index 76da56fb1538..ebfb4cf21f1e 100644 --- a/textproc/p5-Pod-Parser/distinfo +++ b/textproc/p5-Pod-Parser/distinfo @@ -1,2 +1,2 @@ -SHA256 (Pod-Parser-1.51.tar.gz) = 2078c0aea6fdcf20492d7f4c75382da6c05d354afbd726321377efbd214dc64d -SIZE (Pod-Parser-1.51.tar.gz) = 105250 +SHA256 (Pod-Parser-1.60.tar.gz) = 90a491f1dd51ff5aef6a237c6e4d562d14ea2535d413103b5a4d336c7d7b3924 +SIZE (Pod-Parser-1.60.tar.gz) = 79381 diff --git a/textproc/p5-Pod-Parser/files/patch-Makefile.PL b/textproc/p5-Pod-Parser/files/patch-Makefile.PL deleted file mode 100644 index 2527264a5679..000000000000 --- a/textproc/p5-Pod-Parser/files/patch-Makefile.PL +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.PL.orig 2012-05-02 01:15:22.779158978 +0800 -+++ Makefile.PL 2012-05-02 01:16:22.355173981 +0800 -@@ -83,7 +83,6 @@ - PREREQ_PM => \%prereq, - ($] >= 5.005 ? ## Add these new keywords supported since 5.005 - (ABSTRACT => 'Modules for parsing/translating POD format documents', -- AUTHOR => [ 'Brad Appleton <bradapp@enteract.com>', -- 'Marek Rouchal <marekr@cpan.org>' ] ) : ()), -+ AUTHOR => 'Brad Appleton <bradapp@enteract.com>, Marek Rouchal <marekr@cpan.org>' ) : ()), - ); - diff --git a/textproc/p5-Pod-Parser/pkg-plist b/textproc/p5-Pod-Parser/pkg-plist index bbca68829f2c..9ae90728f89d 100644 --- a/textproc/p5-Pod-Parser/pkg-plist +++ b/textproc/p5-Pod-Parser/pkg-plist @@ -1,12 +1,10 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Parser/.packlist -%%SITE_PERL%%/Pod/Checker.pm %%SITE_PERL%%/Pod/Find.pm %%SITE_PERL%%/Pod/InputObjects.pm %%SITE_PERL%%/Pod/ParseUtils.pm %%SITE_PERL%%/Pod/Parser.pm %%SITE_PERL%%/Pod/PlainText.pm %%SITE_PERL%%/Pod/Select.pm -%%SITE_PERL%%/Pod/Usage.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Parser @dirrmtry %%SITE_PERL%%/Pod @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod |