diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-07-13 17:01:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-07-13 17:01:43 +0800 |
commit | a1a08bc983b626edce712601cbfde30b02406ae3 (patch) | |
tree | 8307dcb813e9ec997e4b8679b3d36f313f69a6b8 /textproc/p5-Validator-Custom | |
parent | b2d138115890fbeabd32a0ca0c660a1880c908b0 (diff) | |
download | freebsd-ports-gnome-a1a08bc983b626edce712601cbfde30b02406ae3.tar.gz freebsd-ports-gnome-a1a08bc983b626edce712601cbfde30b02406ae3.tar.zst freebsd-ports-gnome-a1a08bc983b626edce712601cbfde30b02406ae3.zip |
- Update to 0.15
Changes: http://search.cpan.org/dist/Validator-Custom/Changes
Diffstat (limited to 'textproc/p5-Validator-Custom')
-rw-r--r-- | textproc/p5-Validator-Custom/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Validator-Custom/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-Validator-Custom/Makefile b/textproc/p5-Validator-Custom/Makefile index 7902c3d49ca9..56a19a9e9993 100644 --- a/textproc/p5-Validator-Custom/Makefile +++ b/textproc/p5-Validator-Custom/Makefile @@ -6,11 +6,12 @@ # PORTNAME= Validator-Custom -PORTVERSION= 0.1428 +PORTVERSION= 0.1500 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KIMOTO PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/00$//} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Validator::Custom for simple data validation @@ -19,14 +20,13 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Object-Simple>=3.0616:${PORTSDIR}/devel/p5-Object-Simple -RUN_DEPENDS= p5-Object-Simple>=3.0616:${PORTSDIR}/devel/p5-Object-Simple +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-JSON>=2:${PORTSDIR}/converters/p5-JSON \ p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod PERL_CONFIGURE= yes MAN3= Validator::Custom.3 \ - Validator::Custom::Constraint.3 \ Validator::Custom::Guide.3 \ Validator::Custom::Guide::Ja.3 \ Validator::Custom::Result.3 diff --git a/textproc/p5-Validator-Custom/distinfo b/textproc/p5-Validator-Custom/distinfo index b4bef9f6818e..8b39ade9adf0 100644 --- a/textproc/p5-Validator-Custom/distinfo +++ b/textproc/p5-Validator-Custom/distinfo @@ -1,2 +1,2 @@ -SHA256 (Validator-Custom-0.1428.tar.gz) = 27840a41192f41cc1d2858eb9aca6378374062e5317883c5a90ebefda5005c40 -SIZE (Validator-Custom-0.1428.tar.gz) = 30295 +SHA256 (Validator-Custom-0.15.tar.gz) = 8fe84118c6aed406c320e29ae7c6eb9bd363d06fd517dd7ae699073d6213060a +SIZE (Validator-Custom-0.15.tar.gz) = 30640 |