diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-03-24 14:33:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-03-24 14:33:12 +0000 |
commit | 910ae719472fbdb08137886b504808d80dee91cb (patch) | |
tree | 68efa75421496cb813aae1f18b839aa19571b71b /textproc/p5-Validator-Custom/Makefile | |
parent | 0a137f12b73a8843d3903577f1453e0345854886 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Validator-Custom/Makefile')
-rw-r--r-- | textproc/p5-Validator-Custom/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/p5-Validator-Custom/Makefile b/textproc/p5-Validator-Custom/Makefile index f6e6393abac5..d8a161896413 100644 --- a/textproc/p5-Validator-Custom/Makefile +++ b/textproc/p5-Validator-Custom/Makefile @@ -6,23 +6,24 @@ # PORTNAME= Validator-Custom -PORTVERSION= 0.1407 +PORTVERSION= 0.1421 CATEGORIES= textproc perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:KIMOTO PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Validator::Custom for simple data validation -BUILD_DEPENDS= p5-Object-Simple>=3.0302:${PORTSDIR}/devel/p5-Object-Simple -RUN_DEPENDS= p5-Object-Simple>=3.0302:${PORTSDIR}/devel/p5-Object-Simple +BUILD_DEPENDS= p5-Object-Simple>=3.0616:${PORTSDIR}/devel/p5-Object-Simple +RUN_DEPENDS= p5-Object-Simple>=3.0616:${PORTSDIR}/devel/p5-Object-Simple PERL_CONFIGURE= yes MAN3= Validator::Custom.3 \ - Validator::Custom::Basic::Constraints.3 \ - Validator::Custom::Guides.3 \ - Validator::Custom::Guides::Ja.3 \ + Validator::Custom::Constraint.3 \ + Validator::Custom::Guide.3 \ + Validator::Custom::Guide::Ja.3 \ Validator::Custom::Result.3 .include <bsd.port.mk> |