openbsd-ports/net/p5-Validate-Net/Makefile
simon b324d06519 import p5-Validate-Net
Validate::Net is a class designed to assist with the validation of
internet related strings.  It can be used to validate CGI forms,
internally by modules, and in any place where you want to check that an
internet related string is valid before handing it off to Net::*
modules.

ok jasper@
2007-10-13 09:56:03 +00:00

22 lines
445 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/10/13 09:56:03 simon Exp $
COMMENT= module to format validation for Net:: related strings
MODULES= cpan
DISTNAME= Validate-Net-0.5
CATEGORIES= net devel
MAINTAINER= Simon Bertrang <simon@openbsd.org>
CPAN_AUTHOR= ADAMK
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Class-Default
.include <bsd.port.mk>