diff options
author | az <az@FreeBSD.org> | 2013-09-07 22:07:59 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-07 22:07:59 +0800 |
commit | cbc66602b808933e6c82d5225e70efd50bf2e116 (patch) | |
tree | 51d71e304306350978afa53bae8d087405d080b4 /devel/p5-ToolSet | |
parent | 718dda1f6d14ed1c5b73515044d9318f7c5d92e1 (diff) | |
download | freebsd-ports-gnome-cbc66602b808933e6c82d5225e70efd50bf2e116.tar.gz freebsd-ports-gnome-cbc66602b808933e6c82d5225e70efd50bf2e116.tar.zst freebsd-ports-gnome-cbc66602b808933e6c82d5225e70efd50bf2e116.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'devel/p5-ToolSet')
-rw-r--r-- | devel/p5-ToolSet/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-ToolSet/Makefile b/devel/p5-ToolSet/Makefile index bdcc2b841056..28c761cd279c 100644 --- a/devel/p5-ToolSet/Makefile +++ b/devel/p5-ToolSet/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-ToolSet -# Date created: 2009-05-04 -# Whom: Vladimir Perepelitsa <mons@cpan.org> -# +# Created by: Vladimir Perepelitsa <mons@cpan.org> # $FreeBSD$ -# PORTNAME= ToolSet PORTVERSION= 1.00 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= mons@cpan.org COMMENT= Load your commonly-used modules in a single import -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ToolSet.3 \ ToolSet::SWC.3 |