1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/databases/p5-DBI-Shell/Makefile
Emanuel Haupt 457bd591f8 - Fix pkg-plist, bin/dbish was not registered properly which
prevented the file from being added to the package
- Bump PORTREVISION

PR:		86962
Submitted by:	Martin Jackson <mhjacks@swbell.net>
Approved by:	maintainer timeout (18 days)
2005-10-24 08:27:53 +00:00

37 lines
1.0 KiB
Makefile

# New ports collection makefile for: p5-DBI-Shell
# Date created: Sun Jan 18 07:27:41 CST 2004
# Whom: dcf@aracnet.com
#
# $FreeBSD$
#
PORTNAME= DBI-Shell
PORTVERSION= 11.93
PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBI
PKGNAMEPREFIX= p5-
MAINTAINER= dcf@aracnet.com
COMMENT= Interactive command shell for the DBI
PERL_CONFIGURE= yes
MAN1= dbish.1
MAN3= DBI::Format.3 DBI::Format::SQLMinus.3 DBI::Shell.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
.else
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
.endif
RUN_DEPENDS+= ${SITE_PERL}/Text/Reform.pm:${PORTSDIR}/textproc/p5-Text-Reform
RUN_DEPENDS+= ${SITE_PERL}/IO/Tee.pm:${PORTSDIR}/devel/p5-IO-Tee
.include <bsd.port.post.mk>