diff options
author | az <az@FreeBSD.org> | 2013-09-10 00:55:31 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 00:55:31 +0800 |
commit | 55752615a2671926c947af5ff7fcf23b96759c5a (patch) | |
tree | 630a26bdd45922409a040c75fbbedf7e92c8dbc2 /devel/p5-Devel-StackTrace-WithLexicals | |
parent | 29da757ca514574514fdea11ab60452c824954c5 (diff) | |
download | freebsd-ports-gnome-55752615a2671926c947af5ff7fcf23b96759c5a.tar.gz freebsd-ports-gnome-55752615a2671926c947af5ff7fcf23b96759c5a.tar.zst freebsd-ports-gnome-55752615a2671926c947af5ff7fcf23b96759c5a.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'devel/p5-Devel-StackTrace-WithLexicals')
-rw-r--r-- | devel/p5-Devel-StackTrace-WithLexicals/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/p5-Devel-StackTrace-WithLexicals/Makefile b/devel/p5-Devel-StackTrace-WithLexicals/Makefile index c54c977c450a..449ab07b57dd 100644 --- a/devel/p5-Devel-StackTrace-WithLexicals/Makefile +++ b/devel/p5-Devel-StackTrace-WithLexicals/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: Devel::StackTrace::WithLexicals -# Date created: 13 Oct 2009 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= Devel-StackTrace-WithLexicals PORTVERSION= 0.10 @@ -19,7 +14,8 @@ RUN_DEPENDS= \ p5-PadWalker>=1.92:${PORTSDIR}/devel/p5-PadWalker BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Devel::StackTrace::WithLexicals.3 |