mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Update to 0.1208
PR: 149202 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
This commit is contained in:
parent
fea7eadfa8
commit
973411a072
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258813
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user