aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBI-Shell/Makefile
blob: 635a19428f0a6c6c6217aea3616681be5491d3f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: dcf@aracnet.com
# $FreeBSD$

PORTNAME=   DBI-Shell
PORTVERSION=    11.95
CATEGORIES= databases perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Interactive command shell for the DBI

RUN_DEPENDS=    p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
        p5-Text-Reform>=0:${PORTSDIR}/textproc/p5-Text-Reform \
        p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \
        p5-IO-Tee>=0:${PORTSDIR}/devel/p5-IO-Tee
BUILD_DEPENDS:= ${RUN_DEPENDS}

USES=       perl5
USE_PERL5=  configure

MAN1=       dbish.1
MAN3=       DBI::Format.3 DBI::Format::CSV.3 DBI::Format::SQLMinus.3 DBI::Shell.3

NO_STAGE=   yes
.include <bsd.port.mk>