From 31445311fce915521f6c1940134b8dc155688036 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Wed, 21 Aug 2013 14:08:06 +0000 Subject: - Convert to new perl framework --- multimedia/p5-Umph-Prompt/Makefile | 3 ++- multimedia/umph/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'multimedia') diff --git a/multimedia/p5-Umph-Prompt/Makefile b/multimedia/p5-Umph-Prompt/Makefile index 400c70122e18..5a97b16acc38 100644 --- a/multimedia/p5-Umph-Prompt/Makefile +++ b/multimedia/p5-Umph-Prompt/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= An interactive prompt module for umph and similar programs -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 PROJECTHOST= umph diff --git a/multimedia/umph/Makefile b/multimedia/umph/Makefile index 77b0d6060ac4..54be6ab06e50 100644 --- a/multimedia/umph/Makefile +++ b/multimedia/umph/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-Getopt-ArgvFile>=1.11:${PORTSDIR}/devel/p5-Getopt-ArgvFile \ p5-XML-DOM>=1.44:${PORTSDIR}/textproc/p5-XML-DOM RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN1= umph.1 PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/umph -- cgit