1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Maintainer update:

Mark IGNORE because of dependency on p5-Attribute-Handlers

	vendor update to 0.54:
	- Something around test 5 in 06-options.t appear to cause
	  Perl to die/segfault/something under 5.6.0.  These tests
	  will be skipped with 5.6.0 in the future.  Reported by
	  Christian Schaffner.
	- When testing for a compiler, use nmake on Win32.  Implemented
	  by Ronald Hill.
	- Added regex validation option.
	- Added copyright info to each source file.  Added LICENSE
	  file to distro.

PR:		ports/48524
Submitted by:	Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
Edwin Groothuis 2003-02-23 06:11:22 +00:00
parent e02029b8fc
commit 05f0ff822d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76227
2 changed files with 13 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Params-Validate
PORTVERSION= 0.50
PORTVERSION= 0.54
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel/DROLSKY
@ -24,4 +24,14 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Attribute::Params::Validate.3 Params::ValidateXS.3 \
Params::ValidatePP.3 Params::Validate.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
##
## this port depends on devel/p5-Attribute-Handlers
## which requires PERL 5.6.x or later
##
.if ${PERL_LEVEL} < 500600
IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (Params-Validate-0.50.tar.gz) = 472aa24027e77c6eefd9d79afa5b3d70
MD5 (Params-Validate-0.54.tar.gz) = c3b79254dfae5203e195d5ee824fc711