- Silence uninstall @dirrm failure warning.

- Raise dependencies section for consistency.

PR:		ports/77071
Submitted by:	maintainer
This commit is contained in:
Sergey Matveychuk 2005-02-08 18:25:52 +00:00
parent 930e0a3717
commit 9b8245065f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128304
2 changed files with 4 additions and 4 deletions

View File

@ -15,15 +15,15 @@ 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
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800

View File

@ -4,4 +4,4 @@
%%SITE_PERL%%/Test/LectroTest/TestRunner.pm
%%SITE_PERL%%/Test/LectroTest/Tutorial.pod
@dirrm %%SITE_PERL%%/Test/LectroTest
@dirrm %%SITE_PERL%%/Test
@unexec rmdir %D/%%SITE_PERL%%/Test 2>/dev/null || true