mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Updated to 0.92
PR: ports/51578
This commit is contained in:
parent
a197802ba8
commit
75105bcfeb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79919
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Class-DBI
|
||||
PORTVERSION= 0.90
|
||||
PORTVERSION= 0.92
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Class
|
||||
@ -28,7 +28,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Class::DBI.3
|
||||
MAN3= Class::DBI.3 Class::DBI::ColumnGrouper.3 \
|
||||
Class::DBI::Iterator.3 Class::DBI::Query.3
|
||||
|
||||
post-configure:
|
||||
# dirty hack to deceive irritable pod2man
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Class-DBI-0.90.tar.gz) = ea2d811ef3720e6d445d08ec98c3cad7
|
||||
MD5 (Class-DBI-0.92.tar.gz) = 5176aed0740a7d62d1f61a490e015fc4
|
||||
|
@ -10,7 +10,7 @@ these (such as MySQL), or when you would like your code to be portable
|
||||
across multiple databases which might implement these things in
|
||||
different ways.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Class-DBI
|
||||
WWW: http://search.cpan.org/dist/Class-DBI
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@FreeBSD.org
|
||||
|
@ -1,7 +1,9 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/.packlist
|
||||
%%SITE_PERL%%/Class/DBI.pm
|
||||
%%SITE_PERL%%/Class/DBI/ColumnGrouper.pm
|
||||
%%SITE_PERL%%/Class/DBI/Iterator.pm
|
||||
@dirrm %%SITE_PERL%%/Class/DBI
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI
|
||||
%%SITE_PERL%%/Class/DBI/Query.pm
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Class/DBI 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user