a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
20 lines
571 B
Makefile
20 lines
571 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/05/31 12:39:53 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Net-MySQL-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
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
|
|
|
|
PERL5_PACKLIST= auto/Net/MySQL/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|