1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Avoid the use of site perl

Submitted by:	az
This commit is contained in:
Eitan Adler 2012-06-05 03:23:25 +00:00
parent 3ed807b342
commit bb5b20ddbd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298415
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ MAINTAINER= eadler@FreeBSD.org
COMMENT= Append data to files using a temporary copy
.if !defined(WITHOUT_TEST_POD_COVERAGE)
BUILD_DEPENDS= ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
BUILD_DEPENDS= p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
.endif
PERL_CONFIGURE= yes

View File

@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= eadler@FreeBSD.org
COMMENT= An SMTP client supporting SSL
BUILD_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
BUILD_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
PERL_CONFIGURE= yes