diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-02-20 17:01:02 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-02-20 17:01:02 +0000 |
commit | 49dcbb0e64043ecebaa1bc4f1fcf9aa86a3041e3 (patch) | |
tree | 9186fa0e60ff54022bbfa339cdfc8ab534716222 /databases/p5-DBI-Shell | |
parent | 2eeeb088d29f4886ec0603e1fa81c7cf0f35f345 (diff) | |
download | ports-49dcbb0e64043ecebaa1bc4f1fcf9aa86a3041e3.tar.gz ports-49dcbb0e64043ecebaa1bc4f1fcf9aa86a3041e3.zip |
Notes
Diffstat (limited to 'databases/p5-DBI-Shell')
-rw-r--r-- | databases/p5-DBI-Shell/Makefile | 13 | ||||
-rw-r--r-- | databases/p5-DBI-Shell/distinfo | 6 | ||||
-rw-r--r-- | databases/p5-DBI-Shell/pkg-plist | 1 |
3 files changed, 11 insertions, 9 deletions
diff --git a/databases/p5-DBI-Shell/Makefile b/databases/p5-DBI-Shell/Makefile index 4b4305acf7a3..33f2f1e63acb 100644 --- a/databases/p5-DBI-Shell/Makefile +++ b/databases/p5-DBI-Shell/Makefile @@ -6,23 +6,24 @@ # PORTNAME= DBI-Shell -PORTVERSION= 11.94 +PORTVERSION= 11.95 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Interactive command shell for the DBI -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= ${BUILD_DEPENDS} -RUN_DEPENDS+= ${SITE_PERL}/Text/Reform.pm:${PORTSDIR}/textproc/p5-Text-Reform \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ + ${SITE_PERL}/Text/Reform.pm:${PORTSDIR}/textproc/p5-Text-Reform \ + ${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \ ${SITE_PERL}/IO/Tee.pm:${PORTSDIR}/devel/p5-IO-Tee +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN1= dbish.1 -MAN3= DBI::Format.3 DBI::Format::SQLMinus.3 DBI::Shell.3 +MAN3= DBI::Format.3 DBI::Format::CSV.3 DBI::Format::SQLMinus.3 DBI::Shell.3 .include <bsd.port.mk> diff --git a/databases/p5-DBI-Shell/distinfo b/databases/p5-DBI-Shell/distinfo index cf5413c7fde8..66c6c9bfd524 100644 --- a/databases/p5-DBI-Shell/distinfo +++ b/databases/p5-DBI-Shell/distinfo @@ -1,3 +1,3 @@ -MD5 (DBI-Shell-11.94.tar.gz) = ac2334518e77ffca276132f4ed7323cc -SHA256 (DBI-Shell-11.94.tar.gz) = 836b097b01d1e876aa78a87a692bb5c2c2061d678b5ee554a09ed8fd41a850ba -SIZE (DBI-Shell-11.94.tar.gz) = 49295 +MD5 (DBI-Shell-11.95.tar.gz) = 4a2031fc856bef6d6ba82ee75a5d119c +SHA256 (DBI-Shell-11.95.tar.gz) = 44aa76c90a425d4aff9e2580a6baf334a5102fb794fbdb26e301294c190cbed9 +SIZE (DBI-Shell-11.95.tar.gz) = 51147 diff --git a/databases/p5-DBI-Shell/pkg-plist b/databases/p5-DBI-Shell/pkg-plist index 49c0d176d0f4..6ab8672699c0 100644 --- a/databases/p5-DBI-Shell/pkg-plist +++ b/databases/p5-DBI-Shell/pkg-plist @@ -5,6 +5,7 @@ bin/dbish %%SITE_PERL%%/DBI/Shell/Spool.pm %%SITE_PERL%%/DBI/Shell/Timing.pm %%SITE_PERL%%/DBI/Shell/FindSqlFile.pm +%%SITE_PERL%%/DBI/Format/CSV.pm %%SITE_PERL%%/DBI/Format/SQLMinus.pm %%SITE_PERL%%/DBI/Shell.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBI/Shell/.packlist |