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 /lang | |
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 'lang')
-rw-r--r-- | lang/p5-JavaScript-SpiderMonkey/Makefile | 3 | ||||
-rw-r--r-- | lang/p5-Marpa-PP/Makefile | 3 | ||||
-rw-r--r-- | lang/p5-Marpa-XS/Makefile | 3 | ||||
-rw-r--r-- | lang/p5-Marpa/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/lang/p5-JavaScript-SpiderMonkey/Makefile b/lang/p5-JavaScript-SpiderMonkey/Makefile index 7f377710d72f..1a7e17b06200 100644 --- a/lang/p5-JavaScript-SpiderMonkey/Makefile +++ b/lang/p5-JavaScript-SpiderMonkey/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS= js.1:${PORTSDIR}/lang/spidermonkey17 TEST_DEPENDS= p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= JavaScript::SpiderMonkey.3 diff --git a/lang/p5-Marpa-PP/Makefile b/lang/p5-Marpa-PP/Makefile index 627ad2d7d5d8..39539cd86312 100644 --- a/lang/p5-Marpa-PP/Makefile +++ b/lang/p5-Marpa-PP/Makefile @@ -21,7 +21,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Weaken>=3.004000:${PORTSDIR}/devel/p5-Test-Weaken # PERL_CONFIGURE failed on Perl 5.12.4 -PERL_MODBUILD= yes +USE_PERL5= modbuild +USES= perl5 MAN3= Marpa::PP.3 \ Marpa::PP::Advanced::Bibliography.3 \ diff --git a/lang/p5-Marpa-XS/Makefile b/lang/p5-Marpa-XS/Makefile index 77a9438ee2e1..bbd1958ecbee 100644 --- a/lang/p5-Marpa-XS/Makefile +++ b/lang/p5-Marpa-XS/Makefile @@ -24,7 +24,8 @@ RUN_DEPENDS= p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken TEST_DEPENDS= p5-Test-Weaken>=3.004000:${PORTSDIR}/devel/p5-Test-Weaken -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= Marpa::XS.3 \ Marpa::XS::Advanced::Bibliography.3 \ diff --git a/lang/p5-Marpa/Makefile b/lang/p5-Marpa/Makefile index 1e48ad8ee403..30a076f6a50e 100644 --- a/lang/p5-Marpa/Makefile +++ b/lang/p5-Marpa/Makefile @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-HTML-Parser>=3.64:${PORTSDIR}/www/p5-HTML-Parser \ RUN_DEPENDS= p5-HTML-Parser>=3.64:${PORTSDIR}/www/p5-HTML-Parser \ p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= Marpa::Advanced::Algorithm.3 \ Marpa::Advanced::Bibliography.3 \ |