- Update to 0.041
- Add LICENSE - Use TEST_DEPENDS for test-only dependency - Support STAGEDIR Changes: http://search.cpan.org/dist/DateTime-Format-DBI/Changes
This commit is contained in:
parent
1ec00c4c2e
commit
fbdd0bc886
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331394
4 changed files with 11 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= DateTime-Format-DBI
|
||||
PORTVERSION= 0.040
|
||||
PORTVERSION= 0.041
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -10,15 +10,15 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Find a parser class for a database connection
|
||||
|
||||
RUN_DEPENDS= p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI \
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-DateTime>=0.1:${PORTSDIR}/devel/p5-DateTime
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS+= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= DateTime::Format::DBI.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (DateTime-Format-DBI-0.040.tar.gz) = d7117f3d57207ecedc848761ed972d2e215d9c749a48e496acf5f90c0c8102e8
|
||||
SIZE (DateTime-Format-DBI-0.040.tar.gz) = 14825
|
||||
SHA256 (DateTime-Format-DBI-0.041.tar.gz) = 7e7d3e4b463321c17c299b71f36592580339205e93e583946857cb975bcc7a4d
|
||||
SIZE (DateTime-Format-DBI-0.041.tar.gz) = 15383
|
||||
|
|
|
@ -3,4 +3,5 @@ a given DBI connection (and DBD::* driver).
|
|||
|
||||
It currently supports the following drivers: MySQL, PostgreSQL (Pg).
|
||||
|
||||
WWW: http://search.cpan.org/dist/DateTime-Format-DBI/
|
||||
WWW: http://datetime.perl.org/
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
%%SITE_PERL%%/DateTime/Format/DBI.pm
|
||||
%%PERL5_MAN3%%/DateTime::Format::DBI.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/DateTime/Format
|
||||
@dirrmtry %%SITE_PERL%%/DateTime
|
||||
|
|
Loading…
Reference in a new issue