aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-03-20 01:02:02 +0000
committerSteve Wills <swills@FreeBSD.org>2012-03-20 01:02:02 +0000
commit69402092d6ca3978bdff3c041b7fc9fbfe35b0a7 (patch)
tree4d968b3c953d84a833b2707b8cd49a58610c2e25 /www
parent018f02b917be354c53e6a655a909e6cb5e854871 (diff)
downloadports-69402092d6ca3978bdff3c041b7fc9fbfe35b0a7.tar.gz
ports-69402092d6ca3978bdff3c041b7fc9fbfe35b0a7.zip
- Add missing DEPENDS
- Bump PORTREVISION Feature safe: yes
Notes
Notes: svn path=/head/; revision=293591
Diffstat (limited to 'www')
-rw-r--r--www/p5-CGI-EncryptForm/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/p5-CGI-EncryptForm/Makefile b/www/p5-CGI-EncryptForm/Makefile
index 6f046eb8005d..2efb7b493644 100644
--- a/www/p5-CGI-EncryptForm/Makefile
+++ b/www/p5-CGI-EncryptForm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= CGI-EncryptForm
PORTVERSION= 1.02
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MARAL
@@ -15,6 +16,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Implement trusted stateful CGI Form Data using cryptography
+BUILD_DEPENDS= p5-Crypt-HCE_SHA>=0:${PORTSDIR}/security/p5-Crypt-HCE_SHA \
+ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
PERL_CONFIGURE= yes
MAN3= CGI::EncryptForm.3