diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-10-12 19:59:19 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-10-12 19:59:19 +0000 |
commit | d27eb16a11d4dda141b6451cdbd50ef07dfc4085 (patch) | |
tree | 24c8302bf83964306745bec3897d8facc09b2625 /databases/p5-Mysql | |
parent | 5bf9eca77f571b490bba2e2176f311e36f10da48 (diff) |
Notes
Diffstat (limited to 'databases/p5-Mysql')
-rw-r--r-- | databases/p5-Mysql/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-Mysql/distinfo | 2 | ||||
-rw-r--r-- | databases/p5-Mysql/pkg-descr | 2 | ||||
-rw-r--r-- | databases/p5-Mysql/pkg-plist | 1 |
4 files changed, 7 insertions, 3 deletions
diff --git a/databases/p5-Mysql/Makefile b/databases/p5-Mysql/Makefile index 4a89152ee8a3..9d270cb6850b 100644 --- a/databases/p5-Mysql/Makefile +++ b/databases/p5-Mysql/Makefile @@ -6,12 +6,12 @@ # PORTNAME= Mysql-modules -PORTVERSION= 1.2214 +PORTVERSION= 1.2215 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD -DISTNAME= Msql-Mysql-modules-${PORTVERSION} PKGNAMEPREFIX= p5- +DISTNAME= Msql-Mysql-modules-${PORTVERSION} MAINTAINER= jedgar@FreeBSD.org @@ -34,6 +34,7 @@ MAN3= Bundle::DBD::mysql.3 \ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: + @${PERL} -i -e 's| -lgz||' ${WRKSRC}/lib/DBD/mysql/Install.pm @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS} .include <bsd.port.mk> diff --git a/databases/p5-Mysql/distinfo b/databases/p5-Mysql/distinfo index ee2c2de52726..0b179c05bfff 100644 --- a/databases/p5-Mysql/distinfo +++ b/databases/p5-Mysql/distinfo @@ -1 +1 @@ -MD5 (Msql-Mysql-modules-1.2214.tar.gz) = 2bdaebd9f2eb1f974631c5c48e53a36e +MD5 (Msql-Mysql-modules-1.2215.tar.gz) = e3f3c7f12456526ca5c3104908220c39 diff --git a/databases/p5-Mysql/pkg-descr b/databases/p5-Mysql/pkg-descr index 97d8a690551c..5387b091d049 100644 --- a/databases/p5-Mysql/pkg-descr +++ b/databases/p5-Mysql/pkg-descr @@ -11,3 +11,5 @@ pretty stable. It's also more complete than DBD::mysql. Some day in the future DBD::mysql will probably be the clearly superior competitor in this package. Today you have to decide on your own about the trade-offs. + +WWW: http://www.symbolstone.org/technology/perl/DBI/ diff --git a/databases/p5-Mysql/pkg-plist b/databases/p5-Mysql/pkg-plist index cebf02907e5a..c1d742a79e11 100644 --- a/databases/p5-Mysql/pkg-plist +++ b/databases/p5-Mysql/pkg-plist @@ -6,6 +6,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql/Statement.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql/mysql.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql/mysql.so lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Msql-Mysql-modules/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/mysql @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Msql-Mysql-modules @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql |