mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
31 lines
774 B
Makefile
31 lines
774 B
Makefile
# New ports collection makefile for: p5-Config-Setting
|
|
# Date created: 1 July 2001
|
|
# Whom: petef@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Config-Setting
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Config
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A class that provides an easy interface to use config files
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Config::Setting.3 \
|
|
Config::Setting::Chunk.3 \
|
|
Config::Setting::FileProvider.3 \
|
|
Config::Setting::IniParser.3 \
|
|
Config::Setting::XMLParser.3
|
|
|
|
.include <bsd.port.mk>
|