Changes: http://search.cpan.org/dist/Config-IniFiles/Changes PR: ports/169315 Submitted by: sunpoet (myself) Approved by: Cezary Morga <cm@therek.net> (maintainer)
28 lines
645 B
Makefile
28 lines
645 B
Makefile
# New ports collection makefile for: p5-Config-IniFiles
|
|
# Date created: October 21st 1996
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Config-IniFiles
|
|
PORTVERSION= 2.77
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= cm@therek.net
|
|
COMMENT= Perl5 module for reading .ini-style configuration files
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-List-MoreUtils>=0.33:${PORTSDIR}/lang/p5-List-MoreUtils
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Config::IniFiles.3
|
|
|
|
.include <bsd.port.mk>
|