diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-19 08:43:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-19 08:43:03 +0000 |
commit | 275634b79850355acd91d1899dcc6d39526c6e41 (patch) | |
tree | 40aa3408825396695014d0614850a99241a42d49 /textproc/p5-Validator-Custom | |
parent | c89a17531419fad7e1ac806f2f7b65a2b50eeaad (diff) | |
download | ports-275634b79850355acd91d1899dcc6d39526c6e41.tar.gz ports-275634b79850355acd91d1899dcc6d39526c6e41.zip |
Notes
Diffstat (limited to 'textproc/p5-Validator-Custom')
-rw-r--r-- | textproc/p5-Validator-Custom/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Validator-Custom/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Validator-Custom/pkg-plist | 3 |
3 files changed, 10 insertions, 7 deletions
diff --git a/textproc/p5-Validator-Custom/Makefile b/textproc/p5-Validator-Custom/Makefile index a0b1c2391ab2..0954c51b2bb7 100644 --- a/textproc/p5-Validator-Custom/Makefile +++ b/textproc/p5-Validator-Custom/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Validator-Custom -PORTVERSION= 0.1402 +PORTVERSION= 0.1403 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +19,9 @@ RUN_DEPENDS= p5-Object-Simple>=3.0302:${PORTSDIR}/devel/p5-Object-Simple PERL_CONFIGURE= yes -MAN3= Validator::Custom.3 Validator::Custom::Result.3 \ - Validator::Custom::Basic::Constraints.3 +MAN3= Validator::Custom.3 \ + Validator::Custom::Basic::Constraints.3 \ + Validator::Custom::Guides.3 \ + Validator::Custom::Result.3 .include <bsd.port.mk> diff --git a/textproc/p5-Validator-Custom/distinfo b/textproc/p5-Validator-Custom/distinfo index 729f8475fc1e..bd2a11b64e79 100644 --- a/textproc/p5-Validator-Custom/distinfo +++ b/textproc/p5-Validator-Custom/distinfo @@ -1,3 +1,3 @@ -MD5 (Validator-Custom-0.1402.tar.gz) = 1874091e0688243607b8ce32c399cb55 -SHA256 (Validator-Custom-0.1402.tar.gz) = a5e9d6f42ad35ac2818b88510951ccbbd3fea4572872dd837facc141e52bc31a -SIZE (Validator-Custom-0.1402.tar.gz) = 19305 +MD5 (Validator-Custom-0.1403.tar.gz) = a0f33c4d8d017bc8e9beecd0cc821505 +SHA256 (Validator-Custom-0.1403.tar.gz) = befde5c128b38fb678ddc2ba7690650fcfa000c4704f013c27abd4daf79ecd3c +SIZE (Validator-Custom-0.1403.tar.gz) = 19374 diff --git a/textproc/p5-Validator-Custom/pkg-plist b/textproc/p5-Validator-Custom/pkg-plist index 596e3686e270..06c494b980c9 100644 --- a/textproc/p5-Validator-Custom/pkg-plist +++ b/textproc/p5-Validator-Custom/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/Validator/Custom.pm -%%SITE_PERL%%/Validator/Custom/Result.pm %%SITE_PERL%%/Validator/Custom/Basic/Constraints.pm +%%SITE_PERL%%/Validator/Custom/Guides.pod +%%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 |