freebsd-ports/www/p5-CGI-EncryptForm/Makefile
Steve Wills 69402092d6 - Add missing DEPENDS
- Bump PORTREVISION

Feature safe:	yes
2012-03-20 01:02:02 +00:00

27 lines
626 B
Makefile

# New ports collection makefile for: p5-CGI-EncryptForm
# Date created: 2010-03-11
# Whom: Steve Wills <steve@mouf.net>
#
# $FreeBSD$
#
PORTNAME= CGI-EncryptForm
PORTVERSION= 1.02
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MARAL
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
.include <bsd.port.mk>