aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Config-Setting/Makefile
blob: 50320a59005890fc6f192ca9bcdb8919201b0533 (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-Setting
# Date created:             1 July 2001
# Whom:                 petef@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   Config-Setting
PORTVERSION=    0.01
CATEGORIES= devel perl5
MASTER_SITES=   http://www.myrddin.demon.co.uk/dist/
PKGNAMEPREFIX=  p5-

MAINTAINER= petef@FreeBSD.org
COMMENT=    A class that provides an easy interface to use config files

RUN_DEPENDS=    ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser

PERL_CONFIGURE= yes

MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3=   Config::Setting.3 \
    Config::Setting::Fileprovider.3 \
    Config::Setting::IniParser.3 \
    Config::Setting::XMLParser.3

.include <bsd.port.mk>