diff options
author | az <az@FreeBSD.org> | 2013-09-08 00:51:08 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-08 00:51:08 +0800 |
commit | d8a873dc2341a8486383e17e6fcc95fd463c1525 (patch) | |
tree | a64fbf7eb40a41e7cab4953a7e665e88ee9b92b0 /devel/p5-Exception-Class-TryCatch | |
parent | cd1c7c11a70bb8df6bd2d9e43726dc277c956ac7 (diff) | |
download | freebsd-ports-gnome-d8a873dc2341a8486383e17e6fcc95fd463c1525.tar.gz freebsd-ports-gnome-d8a873dc2341a8486383e17e6fcc95fd463c1525.tar.zst freebsd-ports-gnome-d8a873dc2341a8486383e17e6fcc95fd463c1525.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'devel/p5-Exception-Class-TryCatch')
-rw-r--r-- | devel/p5-Exception-Class-TryCatch/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Exception-Class-TryCatch/Makefile b/devel/p5-Exception-Class-TryCatch/Makefile index b7b0fe24c846..5d7d7e90384c 100644 --- a/devel/p5-Exception-Class-TryCatch/Makefile +++ b/devel/p5-Exception-Class-TryCatch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Exception-Class-TryCatch -# Date created: 2008-02-14 -# Whom: Felippe de Meirelles Motta <lippemail@gmail.com> -# +# Created by: Felippe de Meirelles Motta <lippemail@gmail.com> # $FreeBSD$ -# PORTNAME= Exception-Class-TryCatch PORTVERSION= 1.12 @@ -19,7 +15,8 @@ BUILD_DEPENDS+= p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ RUN_DEPENDS+= p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Exception::Class::TryCatch.3 |