diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 07:44:03 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 07:44:03 +0000 |
commit | cd14f625221f76ff658c90e1b7883f843e7aa6e2 (patch) | |
tree | e57ec24730f8313d6d5755c3b470c4528fcea8df /www/p5-CGI-Untaint-email | |
parent | 7338ec6fb1d45a32faa14ccbf54da7d02717fef0 (diff) | |
download | ports-cd14f625221f76ff658c90e1b7883f843e7aa6e2.tar.gz ports-cd14f625221f76ff658c90e1b7883f843e7aa6e2.zip |
- Remove SITE_PERL from *_DEPENDS
Notes
Notes:
svn path=/head/; revision=298434
Diffstat (limited to 'www/p5-CGI-Untaint-email')
-rw-r--r-- | www/p5-CGI-Untaint-email/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-CGI-Untaint-email/Makefile b/www/p5-CGI-Untaint-email/Makefile index 37aa5b81094d..8bea58c21c50 100644 --- a/www/p5-CGI-Untaint-email/Makefile +++ b/www/p5-CGI-Untaint-email/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Validate an email address in a CGI form -RUN_DEPENDS= ${SITE_PERL}/CGI/Untaint.pm:${PORTSDIR}/www/p5-CGI-Untaint \ - ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid \ - ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools +RUN_DEPENDS= p5-CGI-Untaint>=0:${PORTSDIR}/www/p5-CGI-Untaint \ + p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid \ + p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |