b29e7d7f91
Changes: 0.11 - RT#41721 is completely fixed. (sorry, I updated only Makefile.PL and forgot to update META.yml) - remove SUPPORT OPERATING SYSTEM in POD because description is too old. - fix typo in POD (reported in RT#63121: Misprint in documentation) 0.10 - add missing dependency for Digest::SHA1 (reported in RT#41721) - fix RT#36646
21 lines
593 B
Makefile
21 lines
593 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/01/26 20:03:05 rhaen Exp $
|
|
#
|
|
|
|
DISTNAME= Net-MySQL-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/T/TS/TSUCCHI/
|
|
|
|
MAINTAINER= ficovh@yahoo.com
|
|
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/O/OY/OYAMA/
|
|
COMMENT= Net::MySQL - Pure Perl MySQL network protocol interface
|
|
|
|
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Net/MySQL/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|