freebsd-ports/devel/p5-Config-IniFiles/Makefile
Yen-Ming Lee cfa0859e74 - Update to 2.49
PR:	  	134499
Submitted by:	leeym
Approved by:	maintainer
2009-05-14 20:47:26 +00:00

27 lines
580 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.49
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= cm@therek.net
COMMENT= Perl5 module for reading .ini-style configuration files
MAN3= Config::IniFiles.3
PERL_MODBUILD= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>