1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/devel/p5-Config-Auto/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

33 lines
751 B
Makefile

# Created by: Lars Thegler <lars@thegler.dk>
# $FreeBSD$
PORTNAME= Config-Auto
PORTVERSION= 0.44
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BINGOS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Magical config file parser
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Config-IniFiles>=0:devel/p5-Config-IniFiles \
p5-YAML>=0.67:textproc/p5-YAML
TEST_DEPENDS= p5-IO-String>=0:devel/p5-IO-String
USES= perl5
USE_PERL5= configure
OPTIONS_DEFINE= XMLSIMPLE
XMLSIMPLE_DESC= Support for XML config files
XMLSIMPLE_BUILD_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple
XMLSIMPLE_RUN_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple
.include <bsd.port.mk>