diff options
author | az <az@FreeBSD.org> | 2013-07-31 14:54:09 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-31 14:54:09 +0800 |
commit | 448a5e5ed056eca21f6e4c419f976b3ec6d14fd0 (patch) | |
tree | ce66d6984b8e2580d19a3e478f618b13623e3080 /www/p5-Maypole-Component | |
parent | be5a215285755fb61a101782219027ad5e305270 (diff) | |
download | freebsd-ports-gnome-448a5e5ed056eca21f6e4c419f976b3ec6d14fd0.tar.gz freebsd-ports-gnome-448a5e5ed056eca21f6e4c419f976b3ec6d14fd0.tar.zst freebsd-ports-gnome-448a5e5ed056eca21f6e4c419f976b3ec6d14fd0.zip |
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@)
Diffstat (limited to 'www/p5-Maypole-Component')
-rw-r--r-- | www/p5-Maypole-Component/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/p5-Maypole-Component/Makefile b/www/p5-Maypole-Component/Makefile index 6075cf70ba96..d9753d83d50e 100644 --- a/www/p5-Maypole-Component/Makefile +++ b/www/p5-Maypole-Component/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-Maypole-Component -# Date created: Aug 26 2004 -# Whom: Marc G. Fournier -# +# Created by: Marc G. Fournier # $FreeBSD$ PORTNAME= Maypole-Component @@ -14,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Run Maypole sub-requests as components -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure patch MAN3= Maypole::Component.3 |