2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Marc G. Fournier <scrappy@hub.org>
|
2004-08-19 05:44:57 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= CGI-Untaint-email
|
|
|
|
PORTVERSION= 0.03
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2004-08-19 05:44:57 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-08-19 05:44:57 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-12-12 22:34:18 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-08-19 05:44:57 +02:00
|
|
|
COMMENT= Validate an email address in a CGI form
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
RUN_DEPENDS= p5-CGI-Untaint>=0:www/p5-CGI-Untaint \
|
|
|
|
p5-Email-Valid>=0:mail/p5-Email-Valid \
|
|
|
|
p5-Mail-Tools>=0:mail/p5-Mail-Tools
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2004-08-19 05:44:57 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2004-08-19 05:44:57 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|