summaryrefslogtreecommitdiff
path: root/net/p5-Validate-Net
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-05-18 13:47:43 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-05-18 13:47:43 +0000
commit30a0834e3460204dd24861cda15ce2c759314bfa (patch)
treedd5e167685582df6c5ce943a4c6cc1add9f198a9 /net/p5-Validate-Net
parentReset bouncing maintainer address (diff)
Add p5-Validate-Net 0.3,
format validation and more for Net:: related strings.
Notes
Notes: svn path=/head/; revision=81242
Diffstat (limited to 'net/p5-Validate-Net')
-rw-r--r--net/p5-Validate-Net/Makefile25
-rw-r--r--net/p5-Validate-Net/distinfo1
-rw-r--r--net/p5-Validate-Net/pkg-descr12
-rw-r--r--net/p5-Validate-Net/pkg-plist5
4 files changed, 43 insertions, 0 deletions
diff --git a/net/p5-Validate-Net/Makefile b/net/p5-Validate-Net/Makefile
new file mode 100644
index 000000000000..496255b93291
--- /dev/null
+++ b/net/p5-Validate-Net/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: Validate-Net
+# Date created: 10 December 2002
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Validate-Net
+PORTVERSION= 0.3
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../../authors/id/A/AD/ADAMK
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+COMMENT= Format validation and more for Net:: related strings
+
+BUILD_DEPENDS= ${SITE_PERL}/Class/Default.pm:${PORTSDIR}/devel/p5-Class-Default
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Validate::Net.3
+
+.include <bsd.port.mk>
diff --git a/net/p5-Validate-Net/distinfo b/net/p5-Validate-Net/distinfo
new file mode 100644
index 000000000000..947e6ff790d9
--- /dev/null
+++ b/net/p5-Validate-Net/distinfo
@@ -0,0 +1 @@
+MD5 (Validate-Net-0.3.tar.gz) = e9149227cdb26a8df5c727baf0267e5e
diff --git a/net/p5-Validate-Net/pkg-descr b/net/p5-Validate-Net/pkg-descr
new file mode 100644
index 000000000000..b9a2d892bd20
--- /dev/null
+++ b/net/p5-Validate-Net/pkg-descr
@@ -0,0 +1,12 @@
+Validate::Net is a class designed to assist with validation 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 a Net::* class.
+
+Whenever a test is false, you can access the reason through the reason
+method.
+
+WWW: http://search.cpan.org/dist/Validate-Net/
+
+-- Sergey Skvortsov
+skv@FreeBSD.org
diff --git a/net/p5-Validate-Net/pkg-plist b/net/p5-Validate-Net/pkg-plist
new file mode 100644
index 000000000000..02752c853ac3
--- /dev/null
+++ b/net/p5-Validate-Net/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Validate/Net/.packlist
+%%SITE_PERL%%/Validate/Net.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Validate/Net
+@unexec rmdir %D/%%SITE_PERL%%/Validate 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Validate 2>/dev/null || true