freebsd-ports/www/p5-CGI-EncryptForm/Makefile
Andrej Zverev bc02afde05 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 09:22:15 +00:00

22 lines
447 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
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
PERL_CONFIGURE= yes
MAN3= CGI::EncryptForm.3
.include <bsd.port.mk>