mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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:
parent
33bd043b66
commit
8a11f9b374
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232281
1 changed files with 9 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= Pod-Strip
|
PORTNAME= Pod-Strip
|
||||||
PORTVERSION= 1.02
|
PORTVERSION= 1.02
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
MASTER_SITE_SUBDIR= Pod
|
MASTER_SITE_SUBDIR= Pod
|
||||||
|
@ -15,11 +16,15 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= clsung@FreeBSD.org
|
MAINTAINER= clsung@FreeBSD.org
|
||||||
COMMENT= Remove POD from Perl code
|
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
|
PERL_MODBUILD= yes
|
||||||
|
|
||||||
MAN3= Pod::Strip.3
|
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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue