1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/p5-Config-Setting/Makefile
Eitan Adler 5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00

25 lines
525 B
Makefile

# Created by: petef@FreeBSD.org
# $FreeBSD$
PORTNAME= Config-Setting
PORTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Class that provides an easy interface to use config files
RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
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>