diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-07-03 04:29:18 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-07-03 04:29:18 +0800 |
commit | 66f818a65cd49cad00c333a8b60b1baae90c514a (patch) | |
tree | 5d45e8f486199c2680ce0e2ee32c636ae19be6c4 /textproc | |
parent | e9901658efb5c45940b91202b68ac3ef1e582e41 (diff) | |
download | freebsd-ports-gnome-66f818a65cd49cad00c333a8b60b1baae90c514a.tar.gz freebsd-ports-gnome-66f818a65cd49cad00c333a8b60b1baae90c514a.tar.zst freebsd-ports-gnome-66f818a65cd49cad00c333a8b60b1baae90c514a.zip |
- Simple Data Validation
WWW: http://search.cpan.org/dist/Validator-Custom/
PR: ports/148324
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Validator-Custom/Makefile | 24 | ||||
-rw-r--r-- | textproc/p5-Validator-Custom/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Validator-Custom/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-Validator-Custom/pkg-plist | 8 |
5 files changed, 41 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 0c095ac156f6..aad88cfcd0e0 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -763,6 +763,7 @@ SUBDIR += p5-Unicode-Escape SUBDIR += p5-Unicode-Normalize SUBDIR += p5-Unicode-Unihan + SUBDIR += p5-Validator-Custom SUBDIR += p5-Vroom SUBDIR += p5-WDDX SUBDIR += p5-WWW-Google-SiteMap diff --git a/textproc/p5-Validator-Custom/Makefile b/textproc/p5-Validator-Custom/Makefile new file mode 100644 index 000000000000..ceaa3b8ef323 --- /dev/null +++ b/textproc/p5-Validator-Custom/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Validator-Custom +# Date created: 2010-07-02 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> +# +# $FreeBSD$ +# + +PORTNAME= Validator-Custom +PORTVERSION= 0.1201 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN/../../authors/id/K/KI/KIMOTO/ +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@sunpoet.net +COMMENT= Validator::Custom for simple data validation + +BUILD_DEPENDS= p5-Object-Simple>=3.0302:${PORTSDIR}/devel/p5-Object-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Validator::Custom.3 Validator::Custom::Result.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Validator-Custom/distinfo b/textproc/p5-Validator-Custom/distinfo new file mode 100644 index 000000000000..40599954bc45 --- /dev/null +++ b/textproc/p5-Validator-Custom/distinfo @@ -0,0 +1,3 @@ +MD5 (Validator-Custom-0.1201.tar.gz) = 33ae5d5c728eee84c84cb3cf38fc8674 +SHA256 (Validator-Custom-0.1201.tar.gz) = 2b52d08c803bc71161a55c02aebc006fa076b29dcff370eabbdb2b194882e5b0 +SIZE (Validator-Custom-0.1201.tar.gz) = 12074 diff --git a/textproc/p5-Validator-Custom/pkg-descr b/textproc/p5-Validator-Custom/pkg-descr new file mode 100644 index 000000000000..c8610d51b939 --- /dev/null +++ b/textproc/p5-Validator-Custom/pkg-descr @@ -0,0 +1,5 @@ +Validator::Custom + +Simple Data Validation + +WWW: http://search.cpan.org/dist/Validator-Custom/ diff --git a/textproc/p5-Validator-Custom/pkg-plist b/textproc/p5-Validator-Custom/pkg-plist new file mode 100644 index 000000000000..0c79ea27289c --- /dev/null +++ b/textproc/p5-Validator-Custom/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/Validator/Custom.pm +%%SITE_PERL%%/Validator/Custom/Result.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Validator/Custom/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Validator/Custom +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Validator +@dirrmtry %%SITE_PERL%%/Validator/Custom +@dirrmtry %%SITE_PERL%%/Validator |