1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/databases/p5-DBIx-Dump/Makefile
2021-04-06 16:31:07 +02:00

22 lines
521 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
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>