freebsd-ports/databases/p5-DBD-CSV/Makefile

38 lines
824 B
Makefile

# New ports collection makefile for: p5-DBD-CSV
# Date created: 20 June 1999
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= DBD-CSV
PORTVERSION= 0.36
PORTEPOCH= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= perl@FreeBSD.org
COMMENT= DBI driver for CSV files
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI \
p5-SQL-Statement>=1.33:${PORTSDIR}/databases/p5-SQL-Statement \
p5-Text-CSV_XS>=0.71:${PORTSDIR}/textproc/p5-Text-CSV_XS
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Bundle::DBD::CSV.3 \
DBD::CSV.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>