mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add p5-Validate-Net 0.3,
format validation and more for Net:: related strings.
This commit is contained in:
parent
8b215b0268
commit
30a0834e34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81242
5 changed files with 44 additions and 0 deletions
|
@ -480,6 +480,7 @@
|
|||
SUBDIR += p5-Tie-DNS
|
||||
SUBDIR += p5-Tie-NetAddr-IP
|
||||
SUBDIR += p5-URI
|
||||
SUBDIR += p5-Validate-Net
|
||||
SUBDIR += p5-XPC
|
||||
SUBDIR += p5-perl-ldap
|
||||
SUBDIR += pancho
|
||||
|
|
25
net/p5-Validate-Net/Makefile
Normal file
25
net/p5-Validate-Net/Makefile
Normal file
|
@ -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>
|
1
net/p5-Validate-Net/distinfo
Normal file
1
net/p5-Validate-Net/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Validate-Net-0.3.tar.gz) = e9149227cdb26a8df5c727baf0267e5e
|
12
net/p5-Validate-Net/pkg-descr
Normal file
12
net/p5-Validate-Net/pkg-descr
Normal file
|
@ -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
|
5
net/p5-Validate-Net/pkg-plist
Normal file
5
net/p5-Validate-Net/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue