diff options
Diffstat (limited to 'devel/p5-POE-Component-DebugShell/Makefile')
-rw-r--r-- | devel/p5-POE-Component-DebugShell/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-POE-Component-DebugShell/Makefile b/devel/p5-POE-Component-DebugShell/Makefile index e72d680fac6b..e6d072b11ece 100644 --- a/devel/p5-POE-Component-DebugShell/Makefile +++ b/devel/p5-POE-Component-DebugShell/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: POE-Component-DebugShell -# Date created: 28 February 2004 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= POE-Component-DebugShell PORTVERSION= 1.412 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Distribution>=0:${PORTSDIR}/devel/p5-Test-Distribution -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::DebugShell.3 |