- Update to 0.3300

PR:		ports/87614
Submitted by:	maintainer
This commit is contained in:
Renato Botelho 2005-10-18 16:23:23 +00:00
parent 04f6225cd1
commit 27c145dc31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145767
3 changed files with 10 additions and 8 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= Test-LectroTest
PORTVERSION= 0.2007
PORTVERSION= 0.3300
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
@ -15,19 +15,20 @@ PKGNAMEPREFIX= p5-
MAINTAINER= alex@kapranoff.ru
COMMENT= Easy, automatic, specification-based tests
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Test::LectroTest.3 Test::LectroTest::Generator.3 \
Test::LectroTest::Property.3 Test::LectroTest::TestRunner.3 \
Test::LectroTest::Tutorial.3
Test::LectroTest::Tutorial.3 Test::LectroTest::Compat.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
.if ${PERL_LEVEL} < 500602
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter
.endif
.include <bsd.port.post.mk>

View file

@ -1,2 +1,2 @@
MD5 (Test-LectroTest-0.2007.tar.gz) = 15ee6bfc39dd925bf73a043c0a6f9d40
SIZE (Test-LectroTest-0.2007.tar.gz) = 37048
MD5 (Test-LectroTest-0.3300.tar.gz) = 1cdfcbf8764e82dcad62df78ef5b692b
SIZE (Test-LectroTest-0.3300.tar.gz) = 43497

View file

@ -1,4 +1,5 @@
%%SITE_PERL%%/Test/LectroTest.pm
%%SITE_PERL%%/Test/LectroTest/Compat.pm
%%SITE_PERL%%/Test/LectroTest/Generator.pm
%%SITE_PERL%%/Test/LectroTest/Property.pm
%%SITE_PERL%%/Test/LectroTest/TestRunner.pm