diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 22:08:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 22:08:06 +0800 |
commit | 31445311fce915521f6c1940134b8dc155688036 (patch) | |
tree | a29fe29c38d5df1895cfbe84019093fae61a6b42 /multimedia | |
parent | 3672f197c67f0c967088c7faaced7d9627772e4d (diff) | |
download | freebsd-ports-gnome-31445311fce915521f6c1940134b8dc155688036.tar.gz freebsd-ports-gnome-31445311fce915521f6c1940134b8dc155688036.tar.zst freebsd-ports-gnome-31445311fce915521f6c1940134b8dc155688036.zip |
- Convert to new perl framework
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/p5-Umph-Prompt/Makefile | 3 | ||||
-rw-r--r-- | multimedia/umph/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
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 |