2010-04-02 16:22:31 +02:00
|
|
|
# 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
|
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MARAL
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-09-05 06:50:35 +02:00
|
|
|
MAINTAINER= swills@FreeBSD.org
|
2010-04-02 16:22:31 +02:00
|
|
|
COMMENT= Implement trusted stateful CGI Form Data using cryptography
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= CGI::EncryptForm.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|