freebsd-ports/databases/p5-DBIx-Dump/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

23 lines
533 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= DBIx-Dump
PORTVERSION= 0.04
PORTREVISION= 2
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:databases/p5-DBI
RUN_DEPENDS:= ${BUILD_DEPENDS} \
p5-Spreadsheet-WriteExcel>=0:textproc/p5-Spreadsheet-WriteExcel \
p5-Text-CSV_XS>=0:textproc/p5-Text-CSV_XS
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>