freebsd-ports/databases/p5-DBIx-Dump/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

24 lines
594 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= DBIx-Dump
PORTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Module for dumping database (DBI) data into a variety of formats
BUILD_DEPENDS= p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS:= ${BUILD_DEPENDS} \
p5-Spreadsheet-WriteExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \
p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS
USES= perl5
USE_PERL5= configure
MAN3= DBIx::Dump.3
.include <bsd.port.mk>