2006-09-03 13:53:11 +02:00
|
|
|
# New ports collection makefile for: devel/p5-Config-Any
|
|
|
|
# Date created: Sep 3, 2006
|
|
|
|
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Config-Any
|
2007-08-24 07:44:19 +02:00
|
|
|
PORTVERSION= 0.08
|
2006-09-03 13:53:11 +02:00
|
|
|
CATEGORIES= devel perl5
|
2007-09-01 22:21:21 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-09-03 13:53:11 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= lbr@FreeBSD.org
|
|
|
|
COMMENT= Load class configuration data from a number of file formats
|
|
|
|
|
2007-09-01 22:21:21 +02:00
|
|
|
RUN_DEPENDS= p5-Module-Pluggable>=3.01:${PORTSDIR}/devel/p5-Module-Pluggable \
|
|
|
|
p5-version>=0:${PORTSDIR}/devel/p5-version
|
2006-09-03 13:53:11 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
2007-08-24 07:44:19 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2006-09-03 13:53:11 +02:00
|
|
|
|
|
|
|
MAN3= Config::Any.3 \
|
|
|
|
Config::Any::General.3 \
|
|
|
|
Config::Any::INI.3 \
|
|
|
|
Config::Any::JSON.3 \
|
|
|
|
Config::Any::Perl.3 \
|
|
|
|
Config::Any::XML.3 \
|
|
|
|
Config::Any::YAML.3
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
|
|
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again
|
|
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|