diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-11 13:29:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-11 13:29:42 +0000 |
commit | b49ef4cf94364566681a970972a02f227de9f525 (patch) | |
tree | b1f3cb7492564ec26ef78f57ee9749468d962be6 /textproc | |
parent | 0be1953d601dc32c2b8d4e68799457b9f8b71ba1 (diff) | |
download | ports-b49ef4cf94364566681a970972a02f227de9f525.tar.gz ports-b49ef4cf94364566681a970972a02f227de9f525.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-Autopod/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-Pod-Autopod/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Pod-Autopod/pkg-plist | 2 |
3 files changed, 7 insertions, 9 deletions
diff --git a/textproc/p5-Pod-Autopod/Makefile b/textproc/p5-Pod-Autopod/Makefile index 6c46bb80b897..498fe78ec1cd 100644 --- a/textproc/p5-Pod-Autopod/Makefile +++ b/textproc/p5-Pod-Autopod/Makefile @@ -2,20 +2,18 @@ # $FreeBSD$ PORTNAME= Pod-Autopod -PORTVERSION= 1.12 -PORTREVISION= 1 +PORTVERSION= 1.204 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:AHERNIT PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generates pod documentation by analysing perl modules -BUILD_DEPENDS= p5-Pod-Abstract>=0.19:${PORTSDIR}/textproc/p5-Pod-Abstract -RUN_DEPENDS:= ${BUILD_DEPENDS} +LICENSE= LGPL3 -WRKSRC= ${WRKDIR}/${PORTNAME} +BUILD_DEPENDS= p5-Pod-Abstract>=0:${PORTSDIR}/textproc/p5-Pod-Abstract +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Pod-Autopod/distinfo b/textproc/p5-Pod-Autopod/distinfo index 545148b13a1e..2f625514f2ea 100644 --- a/textproc/p5-Pod-Autopod/distinfo +++ b/textproc/p5-Pod-Autopod/distinfo @@ -1,2 +1,2 @@ -SHA256 (Pod-Autopod-1.12.tar.gz) = 8be6baa0d896724698f9d80d5a87578f17055cd38bc2cddd807461e280ea4ca5 -SIZE (Pod-Autopod-1.12.tar.gz) = 16355 +SHA256 (Pod-Autopod-1.204.tar.gz) = aa71bef46e835d6058b49dcef9162fc1fa02944e9f6b21dc656752f0f93b6866 +SIZE (Pod-Autopod-1.204.tar.gz) = 31406 diff --git a/textproc/p5-Pod-Autopod/pkg-plist b/textproc/p5-Pod-Autopod/pkg-plist index d61b6a151508..284312ab6233 100644 --- a/textproc/p5-Pod-Autopod/pkg-plist +++ b/textproc/p5-Pod-Autopod/pkg-plist @@ -1,4 +1,4 @@ bin/autopod -%%PERL5_MAN3%%/Pod::Autopod.3.gz %%SITE_PERL%%/Pod/Autopod.pm +%%PERL5_MAN3%%/Pod::Autopod.3.gz man/man1/autopod.1.gz |