blob: 7e23d027c1302cb5d9fa94812e33f19d1796ef06 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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-
MAINTAINER= steve@mouf.net
COMMENT= Implement trusted stateful CGI Form Data using cryptography
PERL_CONFIGURE= yes
MAN3= CGI::EncryptForm.3
.include <bsd.port.mk>
|