diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-04-02 14:22:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-04-02 14:22:31 +0000 |
commit | 796b0f6d7c9ef0cc0d6dff29b502bec185c345d2 (patch) | |
tree | 1a93780a2ecf36a44aa0ee1ca0b53442a11f5c29 /www/p5-CGI-EncryptForm/Makefile | |
parent | 92b502a73e6d7522080c5679d3bc11949d40e358 (diff) |
Notes
Diffstat (limited to 'www/p5-CGI-EncryptForm/Makefile')
-rw-r--r-- | www/p5-CGI-EncryptForm/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/p5-CGI-EncryptForm/Makefile b/www/p5-CGI-EncryptForm/Makefile new file mode 100644 index 000000000000..7e23d027c130 --- /dev/null +++ b/www/p5-CGI-EncryptForm/Makefile @@ -0,0 +1,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> |