diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-09 14:13:20 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-09 14:13:20 +0000 |
commit | f30c53a06c4faaca4701fc99d73bd04290d83bcc (patch) | |
tree | 8d97ef48bf116ebd32fdda982767b19421dff0f2 /devel/p5-Scope-Guard/Makefile | |
parent | 0f9df49cc856fb2eb0b94876584f28406af0d532 (diff) |
Notes
Diffstat (limited to 'devel/p5-Scope-Guard/Makefile')
-rw-r--r-- | devel/p5-Scope-Guard/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Scope-Guard/Makefile b/devel/p5-Scope-Guard/Makefile index f84a057f0fa4..e185bca5898c 100644 --- a/devel/p5-Scope-Guard/Makefile +++ b/devel/p5-Scope-Guard/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Scope-Guard -# Date created: 29 December 2006 -# Whom: Craig Manley -# +# Created by: Craig Manley # $FreeBSD$ -# PORTNAME= Scope-Guard PORTVERSION= 0.20 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= v.a.popov@gmail.com COMMENT= Lexically scoped resource management -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Scope::Guard.3 |