- update p5-DBI-Shell to 11.95
- no need for BUILD_DEPENDS
This commit is contained in:
parent
13feb4bf4d
commit
03e0d3b667
@ -1,19 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/27 14:01:26 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/03/22 23:08:03 jasper Exp $
|
||||
|
||||
COMMENT= interactive command shell for the DBI
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= DBI-Shell-11.93
|
||||
DISTNAME= DBI-Shell-11.95
|
||||
CATEGORIES= databases
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::databases/p5-DBI \
|
||||
::devel/p5-IO-Tee \
|
||||
::textproc/p5-Text-Reform
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= ::databases/p5-DBI \
|
||||
::devel/p5-IO-Tee \
|
||||
::textproc/p5-Text-Reform
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (DBI-Shell-11.93.tar.gz) = 6bx7rtXSgHp1B4nyjH/0Xg==
|
||||
RMD160 (DBI-Shell-11.93.tar.gz) = 4hA0JaPiBGkHG6fTUQJ48QeqY8I=
|
||||
SHA1 (DBI-Shell-11.93.tar.gz) = zomicXFa92dpHEw9tod56EfGA2s=
|
||||
SHA256 (DBI-Shell-11.93.tar.gz) = au8BHZKpooMrYJdr6G1CeNq2cmMTHTr6n5JAb/LgR8w=
|
||||
SIZE (DBI-Shell-11.93.tar.gz) = 48893
|
||||
MD5 (DBI-Shell-11.95.tar.gz) = SiAx/IVr721rqC7nWl0RnA==
|
||||
RMD160 (DBI-Shell-11.95.tar.gz) = 7b00H+pJz5+qt+TMucX6p7JgzSg=
|
||||
SHA1 (DBI-Shell-11.95.tar.gz) = LzKvst98Y/Ntgf8PTt231rPC2f8=
|
||||
SHA256 (DBI-Shell-11.95.tar.gz) = RKp2yQpCXUr/niWAprrzNKUQL7eU+9sm4wEpTBkMvtk=
|
||||
SIZE (DBI-Shell-11.95.tar.gz) = 51147
|
||||
|
@ -1,8 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/27 14:01:26 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2009/03/22 23:08:03 jasper Exp $
|
||||
bin/dbish
|
||||
${P5SITE}/DBI/
|
||||
${P5SITE}/DBI/Format/
|
||||
${P5SITE}/DBI/Format.pm
|
||||
${P5SITE}/DBI/Format/CSV.pm
|
||||
${P5SITE}/DBI/Format/SQLMinus.pm
|
||||
${P5SITE}/DBI/Shell/
|
||||
${P5SITE}/DBI/Shell.pm
|
||||
@ -13,5 +14,6 @@ ${P5SITE}/DBI/Shell/Spool.pm
|
||||
${P5SITE}/DBI/Shell/Timing.pm
|
||||
@man man/man1/dbish.1
|
||||
@man man/man3p/DBI::Format.3p
|
||||
@man man/man3p/DBI::Format::CSV.3p
|
||||
@man man/man3p/DBI::Format::SQLMinus.3p
|
||||
@man man/man3p/DBI::Shell.3p
|
||||
|
Loading…
Reference in New Issue
Block a user