- Update to 0.34
- Add LICENSE - Do not silence installation message Changes: http://search.cpan.org/dist/Params-Check/CHANGES
This commit is contained in:
parent
b55a750947
commit
dcfb91e8dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295516
2 changed files with 10 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Params-Check
|
||||
PORTVERSION= 0.32
|
||||
PORTVERSION= 0.34
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,22 +14,25 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Generic input parsing/checking mechanism for Perl
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Params::Check.3
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= CHANGES
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}/
|
||||
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
|
||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
BUILD_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple
|
||||
RUN_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Params-Check-0.32.tar.gz) = be8dc907c0b6dbbe253af04a053a042bfbbee1f07357119ec5c8372f3897d934
|
||||
SIZE (Params-Check-0.32.tar.gz) = 11846
|
||||
SHA256 (Params-Check-0.34.tar.gz) = 7525fd9f7cd58d7a9d8d008e759b046faf642bafec3e0ed06219abfe9545b309
|
||||
SIZE (Params-Check-0.34.tar.gz) = 11811
|
||||
|
|
Loading…
Reference in a new issue