freebsd-ports/devel/p5-Config-IniHash/Makefile
Steve Wills 63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00

28 lines
674 B
Makefile

# New ports collection makefile for: p5-Config-IniHash
# Date created: 2006-08-15
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Config-IniHash
PORTVERSION= 3.01.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Config/JENDA
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for reading and writing INI files
RUN_DEPENDS= p5-Hash-Case>=0:${PORTSDIR}/devel/p5-Hash-Case \
p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
p5-Hash-WithDefaults>=0.04:${PORTSDIR}/devel/p5-Hash-WithDefaults
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
USE_DOS2UNIX= yes
MAN3= Config::IniHash.3
.include <bsd.port.mk>