diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-09 11:01:46 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-09 11:01:46 +0000 |
commit | 6d99caa844edaa0f24d5fa872b23613c29b42721 (patch) | |
tree | 72e90662e1656d75bdba978ac292b9ad82bef886 /devel/p5-Config-IniRegEx | |
parent | c3f673a223b029873a4625dfbd7c74de0430f1fb (diff) |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326802
Diffstat (limited to 'devel/p5-Config-IniRegEx')
-rw-r--r-- | devel/p5-Config-IniRegEx/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Config-IniRegEx/Makefile b/devel/p5-Config-IniRegEx/Makefile index eefcca64b026..b93e93041be7 100644 --- a/devel/p5-Config-IniRegEx/Makefile +++ b/devel/p5-Config-IniRegEx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Config-IniRegEx -# Date created: 2009-01-30 -# Whom: Murilo Opsfelder <mopsfelder@gmail.com> -# +# Created by: Murilo Opsfelder <mopsfelder@gmail.com> # $FreeBSD$ -# PORTNAME= Config-IniRegEx PORTVERSION= 0.01 @@ -16,7 +12,8 @@ COMMENT= Ini workaround, regex search for parameters and sections RUN_DEPENDS= p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Config::IniRegEx.3 |