freebsd-ports/devel/p5-Config-IniRegEx/Makefile
Renato Botelho 3525efedf1 Using this module it does the ini configuration file parsing,
with an addon facility of regex kind of search. This module
aims out doing a regex search for Sections, and Parameters
of the Ini configuration file. It does the Perl regex matching,
nothing external. So whoever knows the Perl basic regex can
use this feature.

WWW:	http://search.cpan.org/dist/Config-IniRegEx/

PR:		ports/131155
Submitted by:	Murilo Opsfelder <mopsfelder at gmail.com>
2009-02-02 17:22:57 +00:00

23 lines
512 B
Makefile

# New ports collection makefile for: p5-Config-IniRegEx
# Date created: 2009-01-30
# Whom: Murilo Opsfelder <mopsfelder@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Config-IniRegEx
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mopsfelder@gmail.com
COMMENT= Ini workaround, regex search for parameters and sections
RUN_DEPENDS= ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles
PERL_CONFIGURE= yes
MAN3= Config::IniRegEx.3
.include <bsd.port.mk>