mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 0.35
PR: ports/101635 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
This commit is contained in:
parent
20719b088c
commit
2f7c47dbaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170073
@ -6,17 +6,17 @@
|
||||
#
|
||||
|
||||
PORTNAME= DBD-File
|
||||
PORTVERSION= 0.34
|
||||
PORTVERSION= 0.35
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DBD
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Base class for writing DBI drivers for plain files
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement
|
||||
RUN_DEPENDS= ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
@ -25,7 +25,6 @@ MAN3= DBD::File.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
|
||||
IGNORE= is useless with p5-DBI
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (DBD-File-0.34.tar.gz) = 54555425ebded761fb558216b26c1065
|
||||
SHA256 (DBD-File-0.34.tar.gz) = 58fe42e1240db7b41ebdab2350199e095c7a42b5b175f1da04c41d561d6ed0e8
|
||||
SIZE (DBD-File-0.34.tar.gz) = 8060
|
||||
MD5 (DBD-File-0.35.tar.gz) = 91ba616ff298365994e946345385f016
|
||||
SHA256 (DBD-File-0.35.tar.gz) = 97e361083eaf278a3928f662f0c7b08f34b90605879f9715b773ed3d1bf062f6
|
||||
SIZE (DBD-File-0.35.tar.gz) = 8074
|
||||
|
@ -1,3 +1,4 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/DBD/File.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/File/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/File
|
||||
|
Loading…
Reference in New Issue
Block a user