From 69402092d6ca3978bdff3c041b7fc9fbfe35b0a7 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Tue, 20 Mar 2012 01:02:02 +0000 Subject: [PATCH] - Add missing DEPENDS - Bump PORTREVISION Feature safe: yes --- www/p5-CGI-EncryptForm/Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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