mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 1.08
- Add LICENSE - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Tie-DBI
This commit is contained in:
parent
05c90b46e0
commit
787f16635a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523674
2 changed files with 9 additions and 4 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= Tie-DBI
|
PORTNAME= Tie-DBI
|
||||||
PORTVERSION= 1.06
|
PORTVERSION= 1.08
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= databases perl5
|
CATEGORIES= databases perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -11,6 +10,9 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Perl module implementing Tie hash to a DBI handle
|
COMMENT= Perl module implementing Tie hash to a DBI handle
|
||||||
|
|
||||||
|
LICENSE= ART10 GPLv1+
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||||
p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
|
p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
|
||||||
RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI
|
RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI
|
||||||
|
@ -18,4 +20,6 @@ RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (Tie-DBI-1.06.tar.gz) = 28e726eef081036ae04cadd068feb2dce34fa3cd3b6397991ebddb1a907ca422
|
TIMESTAMP = 1579531366
|
||||||
SIZE (Tie-DBI-1.06.tar.gz) = 24951
|
SHA256 (Tie-DBI-1.08.tar.gz) = 03b1db8957645a68b9b5e94c212b0db53c12bbb69e69513f3c69ad9f70e08765
|
||||||
|
SIZE (Tie-DBI-1.08.tar.gz) = 31012
|
||||||
|
|
Loading…
Add table
Reference in a new issue