c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
27 lines
785 B
Makefile
27 lines
785 B
Makefile
# New ports collection makefile for: p5-Text-CSV-Encoded
|
|
# Date Created: 18 September 2010
|
|
# Whom: Dereckson <dereckson@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Text-CSV-Encoded
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dereckson@gmail.com
|
|
COMMENT= Perl module for Encoding aware CVS files parsing
|
|
|
|
BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO \
|
|
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \
|
|
p5-Test-Harness>=0:${PORTSDIR}/devel/p5-Test-Harness \
|
|
p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Text::CSV::Encoded.3 Text::CSV::Encoded::Coder::Base.3 Text::CSV::Encoded::Coder::Encode.3 Text::CSV::Encoded::Coder::EncodeGuess.3
|
|
|
|
.include <bsd.port.mk>
|