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
Jun Kuriyama 97665e1c08 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 16).

Approved by:	portmgr (itetcu)
2010-01-29 03:01:29 +00:00

36 lines
854 B
Makefile

# New ports collection makefile for: p5-Config-Auto
# Date created: August 29 2003
# Whom: Lars Thegler <lars@thegler.dk>
#
# $FreeBSD$
PORTNAME= Config-Auto
PORTVERSION= 0.20
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Config
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Magical config file parser
BUILD_DEPENDS= ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
OPTIONS= XMLSIMPLE "Support for XML config files" off
.include <bsd.port.pre.mk>
.ifdef(WITH_XMLSIMPLE)
BUILD_DEPENDS+= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
RUN_DEPENDS+= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
.endif
MAN3= Config::Auto.3
.include <bsd.port.post.mk>