summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-01 13:07:56 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-01 13:07:56 +0000
commitf35e5ec87fc3bf216b960adec7cc37b773717034 (patch)
tree2539de4917ec59f27e20b74a2d7907af653ae67e
parent- Move preprocessor options back to CPPFLAGS (diff)
- Update to 0.40
Changes: http://search.cpan.org/dist/Pod-ProjectDocs/Changes
Notes
Notes: svn path=/head/; revision=280963
-rw-r--r--textproc/p5-Pod-ProjectDocs/Makefile20
-rw-r--r--textproc/p5-Pod-ProjectDocs/distinfo4
2 files changed, 18 insertions, 6 deletions
diff --git a/textproc/p5-Pod-ProjectDocs/Makefile b/textproc/p5-Pod-ProjectDocs/Makefile
index 2e316813de73..5f51dff467a9 100644
--- a/textproc/p5-Pod-ProjectDocs/Makefile
+++ b/textproc/p5-Pod-ProjectDocs/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Pod-ProjectDocs
-PORTVERSION= 0.39
+PORTVERSION= 0.40
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,17 +14,29 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generates CPAN like pod pages
+BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
+ p5-JSON>=2.04:${PORTSDIR}/converters/p5-JSON \
+ p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
+ p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
+ p5-URI>=0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
- p5-JSON>=0.991:${PORTSDIR}/converters/p5-JSON \
+ p5-JSON>=2.04:${PORTSDIR}/converters/p5-JSON \
p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
p5-URI>=0:${PORTSDIR}/net/p5-URI
-BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN1= pod2projdocs.1
MAN3= Pod::ProjectDocs.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500808
+BUILD_DEPENDS+= p5-Pod-Parser>=1.32:${PORTSDIR}/textproc/p5-Pod-Parser
+RUN_DEPENDS+= p5-Pod-Parser>=1.32:${PORTSDIR}/textproc/p5-Pod-Parser
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/textproc/p5-Pod-ProjectDocs/distinfo b/textproc/p5-Pod-ProjectDocs/distinfo
index 362a5e90df37..a717e7f82606 100644
--- a/textproc/p5-Pod-ProjectDocs/distinfo
+++ b/textproc/p5-Pod-ProjectDocs/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Pod-ProjectDocs-0.39.tar.gz) = 437fc3d5607d44088eb8133bfbc0b6b7ca7b313907337e5e64bc82ad346838a4
-SIZE (Pod-ProjectDocs-0.39.tar.gz) = 39211
+SHA256 (Pod-ProjectDocs-0.40.tar.gz) = 924889e13871a04d7b7deb0945b825aa1bd588e6203fbca8e8fa5e61dcf58289
+SIZE (Pod-ProjectDocs-0.40.tar.gz) = 39228