freebsd-ports/textproc/p5-Text-CSV-Simple/Makefile
Andrej Zverev 40a693e37d - Remove SITE_PERL from *_DEPENDS
PR:	ports/168626
Approved by: maintainer (kuriyama@ via email)
2012-06-03 10:48:36 +00:00

26 lines
636 B
Makefile

# New ports collection makefile for: p5-Text-CSV-Simple
# Date Created: 17 Dec, 2005
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Text-CSV-Simple
PORTVERSION= 1.00
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl module for Simpler parsing of CSV files
BUILD_DEPENDS= p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-Class-Trigger>=0:${PORTSDIR}/devel/p5-Class-Trigger
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Text::CSV::Simple.3
.include <bsd.port.mk>