aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Config-IniFiles/Makefile
blob: 20619a206881427ecb3ebafd6ec3e26f600319a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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.51
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>