diff options
author | mat <mat@FreeBSD.org> | 2013-08-03 02:52:07 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-08-03 02:52:07 +0800 |
commit | f47f83f9c8923b3b0f740482331aab0d0aa669e9 (patch) | |
tree | a4a613f80a0e443c044c2319e43ce75e14c50813 /lang/p5-Pugs-Compiler-Rule | |
parent | 16bdaae92136c316b9043fffbf5fb4438dce004e (diff) | |
download | freebsd-ports-gnome-f47f83f9c8923b3b0f740482331aab0d0aa669e9.tar.gz freebsd-ports-gnome-f47f83f9c8923b3b0f740482331aab0d0aa669e9.tar.zst freebsd-ports-gnome-f47f83f9c8923b3b0f740482331aab0d0aa669e9.zip |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Diffstat (limited to 'lang/p5-Pugs-Compiler-Rule')
-rw-r--r-- | lang/p5-Pugs-Compiler-Rule/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lang/p5-Pugs-Compiler-Rule/Makefile b/lang/p5-Pugs-Compiler-Rule/Makefile index 15f9a81fa154..f41560b86339 100644 --- a/lang/p5-Pugs-Compiler-Rule/Makefile +++ b/lang/p5-Pugs-Compiler-Rule/Makefile @@ -1,10 +1,7 @@ # ex:ts=8 # Ports collection makefile for: Pugs::Compiler::Rule -# Date created: Aug 1, 2006 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= Pugs-Compiler-Rule PORTVERSION= 0.37 @@ -24,7 +21,8 @@ RUN_DEPENDS= p5-Cache-Cache>=1.05:${PORTSDIR}/devel/p5-Cache-Cache \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= compile_p6grammar.pl.1 MAN3= Pugs::Compiler::Regex.3 \ |