- Pod::Simple is shipped with perl-5.10, so use conditional dependency instead.

- bump PORTREVISION

PR:		ports/133355
Submitted by:	leeym
This commit is contained in:
Cheng-Lung Sung 2009-04-13 05:38:50 +00:00
parent 33bd043b66
commit 8a11f9b374
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232281

View file

@ -7,6 +7,7 @@
PORTNAME= Pod-Strip
PORTVERSION= 1.02
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Pod
@ -15,11 +16,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Remove POD from Perl code
RUN_DEPENDS= ${SITE_PERL}/Pod/Simple.pm:${PORTSDIR}/textproc/p5-Pod-Simple
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_MODBUILD= yes
MAN3= Pod::Strip.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+= p5-Pod-Simple>=3.00:${PORTSDIR}/textproc/p5-Pod-Simple
BUILD_DEPENDS+= ${RUN_DEPENDS}
.endif
.include <bsd.port.post.mk>