diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
commit | 4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (patch) | |
tree | a4a613f80a0e443c044c2319e43ce75e14c50813 /www/p5-Maypole | |
parent | 49b7a7d4a4e27031eeb48b2c26d102a7f8527de9 (diff) |
Notes
Diffstat (limited to 'www/p5-Maypole')
-rw-r--r-- | www/p5-Maypole/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/www/p5-Maypole/Makefile b/www/p5-Maypole/Makefile index 721b26bc3684..6511f8443ba0 100644 --- a/www/p5-Maypole/Makefile +++ b/www/p5-Maypole/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-Maypole -# Date created: Apr 2 2004 -# Whom: Lars Thegler <lars@thegler.dk> -# +# Created by: Lars Thegler <lars@thegler.dk> # $FreeBSD$ PORTNAME= Maypole @@ -42,13 +39,12 @@ TEST_DEPENDS= p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule \ PORTSCOUT= skipv:2.121 -MAKE_JOBS_SAFE= yes - OPTIONS_DEFINE= MODPERL2 DOCS EXAMPLES OPTIONS_DEFAULT= MODPERL2 MODPERL2_DESC= mod_perl2 support -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMODPERL2} |