diff options
Diffstat (limited to 'devel/p5-Test-Unit/Makefile')
-rw-r--r-- | devel/p5-Test-Unit/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Test-Unit/Makefile b/devel/p5-Test-Unit/Makefile index 09248225e496..e7b75652ff6a 100644 --- a/devel/p5-Test-Unit/Makefile +++ b/devel/p5-Test-Unit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Test-Unit -# Date created: 26 September 2002 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= Test-Unit PORTVERSION= 0.25 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Class-Inner>=0:${PORTSDIR}/devel/p5-Class-Inner \ p5-Error>=0:${PORTSDIR}/lang/p5-Error RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Unit.3 Test::Unit::Assert.3 Test::Unit::Assertion.3 \ Test::Unit::Assertion::Boolean.3 \ |