freebsd-ports/devel/p5-Config-IniRegEx/Makefile
Andrej Zverev e13515f304 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 14:07:27 +00:00

23 lines
502 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= p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles
PERL_CONFIGURE= yes
MAN3= Config::IniRegEx.3
.include <bsd.port.mk>