1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Updated to 0.29

PR:		ports/55389
Submitted by:	Mathieu Arnold <m@absolight.net>
This commit is contained in:
Sergey Skvortsov 2003-08-09 11:49:14 +00:00
parent 62dab59a62
commit d139fc53c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86630
3 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Ima-DBI
PORTVERSION= 0.28
PORTVERSION= 0.29
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class/TMTM
@ -22,7 +22,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Ima::DBI.3
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (Ima-DBI-0.28.tar.gz) = 86bae33fa9c9da284a307eda7a8f90ca
MD5 (Ima-DBI-0.29.tar.gz) = a98ae327a044c41a1b8306d52714f9fb

View File

@ -4,7 +4,7 @@ information with your class (instead of as seperate objects). This
allows you to pass around just one object without worrying about a trail
of DBI handles behind it.
WWW: http://search.cpan.org/search?dist=Ima-DBI
WWW: http://search.cpan.org/dist/Ima-DBI/
-- Sergey Skvortsov
skv@FreeBSD.org