mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Fix up after bsd.perl.mk import.
Hat: portmgr
This commit is contained in:
parent
76028392da
commit
94fc0435c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199231
@ -13,6 +13,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl module for generating random data
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# define WITHOUT_DATE_CALC to disable support for rand_date()
|
||||
@ -28,8 +30,6 @@ EXTRA_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
|
||||
BUILD_DEPENDS+= ${EXTRA_DEPENDS}
|
||||
RUN_DEPENDS+= ${EXTRA_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Data::Random.3 Data::Random::WordList.3
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -30,6 +30,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-X
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -38,8 +40,6 @@ BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
|
||||
RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
|
||||
.endif
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= vcp.1
|
||||
MAN3= RevML::Doctype.3 \
|
||||
RevML::Writer.3 \
|
||||
|
@ -29,6 +29,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-X
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -37,8 +38,6 @@ BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
|
||||
RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
|
||||
.endif
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= vcp.1
|
||||
MAN3= RevML::Doctype.3 \
|
||||
RevML::Writer.3 \
|
||||
|
@ -25,6 +25,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
OPTIONS= ZLIB "GZIP Support" on \
|
||||
CACHE "Caching Support" off
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_ZLIB)
|
||||
@ -37,8 +39,6 @@ BUILD_DEPENDS+= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache
|
||||
RUN_DEPENDS+= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache
|
||||
.endif
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= URI::Fetch.3 \
|
||||
URI::Fetch::Response.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user