diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-08-05 14:48:16 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-08-05 14:48:16 +0000 |
commit | 973411a0728aaebf643dffdb27cdd2580b00c79c (patch) | |
tree | 08cdb4bf2e96c3759e8e245b044dbef06ee40309 | |
parent | fea7eadfa80f4d33527bfb328af27fdfcc08763b (diff) | |
download | ports-973411a0728aaebf643dffdb27cdd2580b00c79c.tar.gz ports-973411a0728aaebf643dffdb27cdd2580b00c79c.zip |
Notes
-rw-r--r-- | textproc/p5-Validator-Custom/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Validator-Custom/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Validator-Custom/pkg-plist | 2 |
3 files changed, 9 insertions, 6 deletions
diff --git a/textproc/p5-Validator-Custom/Makefile b/textproc/p5-Validator-Custom/Makefile index f9c92d329d5e..c3edcf3dc214 100644 --- a/textproc/p5-Validator-Custom/Makefile +++ b/textproc/p5-Validator-Custom/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Validator-Custom -PORTVERSION= 0.1206 +PORTVERSION= 0.1208 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,10 +15,11 @@ 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} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Validator::Custom.3 Validator::Custom::Result.3 +MAN3= Validator::Custom.3 Validator::Custom::Result.3 \ + Validator::Custom::Basic::Constraints.3 .include <bsd.port.mk> diff --git a/textproc/p5-Validator-Custom/distinfo b/textproc/p5-Validator-Custom/distinfo index 4e71ac8c91e2..e4e45fce608d 100644 --- a/textproc/p5-Validator-Custom/distinfo +++ b/textproc/p5-Validator-Custom/distinfo @@ -1,3 +1,3 @@ -MD5 (Validator-Custom-0.1206.tar.gz) = 2a97ff2ca10e1a61ffb4ec69fdce9d40 -SHA256 (Validator-Custom-0.1206.tar.gz) = 5f7ac801be62e47c35c37279cb205cde65afad033fea7a233051daf53c7a6c59 -SIZE (Validator-Custom-0.1206.tar.gz) = 13338 +MD5 (Validator-Custom-0.1208.tar.gz) = 7bb3e3c9fb9def69be011cd63a699b7b +SHA256 (Validator-Custom-0.1208.tar.gz) = e33a860b026cad852eb919da4a3645007b47e5f414eb7272534b10cee279b52b +SIZE (Validator-Custom-0.1208.tar.gz) = 17489 diff --git a/textproc/p5-Validator-Custom/pkg-plist b/textproc/p5-Validator-Custom/pkg-plist index 0c79ea27289c..df73af6ad6e2 100644 --- a/textproc/p5-Validator-Custom/pkg-plist +++ b/textproc/p5-Validator-Custom/pkg-plist @@ -1,8 +1,10 @@ @comment $FreeBSD$ %%SITE_PERL%%/Validator/Custom.pm %%SITE_PERL%%/Validator/Custom/Result.pm +%%SITE_PERL%%/Validator/Custom/Basic/Constraints.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/Basic @dirrmtry %%SITE_PERL%%/Validator/Custom @dirrmtry %%SITE_PERL%%/Validator |