diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-01-19 23:33:25 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-01-19 23:33:25 +0000 |
commit | 0af9b9f2945f1ff8c64aed409f90679a2a83c11c (patch) | |
tree | 490a9e69a6d2e831961b88f5b68fff829e11c15b /databases/p5-DBI-Shell/Makefile | |
parent | 4808806462b3dfac9446d10caa7e03a0064c3c02 (diff) | |
download | ports-0af9b9f2945f1ff8c64aed409f90679a2a83c11c.tar.gz ports-0af9b9f2945f1ff8c64aed409f90679a2a83c11c.zip |
Notes
Diffstat (limited to 'databases/p5-DBI-Shell/Makefile')
-rw-r--r-- | databases/p5-DBI-Shell/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/databases/p5-DBI-Shell/Makefile b/databases/p5-DBI-Shell/Makefile new file mode 100644 index 000000000000..482f7b9c094b --- /dev/null +++ b/databases/p5-DBI-Shell/Makefile @@ -0,0 +1,35 @@ +# 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 +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> |