d2ca14a3f1
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.
28 lines
860 B
Makefile
28 lines
860 B
Makefile
# $NetBSD: Makefile,v 1.31 2013/05/31 12:41:39 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Net-SNMP-v6.0.1
|
|
PKGNAME= p5-${DISTNAME:S/v6/6/}
|
|
PKGREVISION= 2
|
|
SVR4_PKGNAME= p5nsn
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-SNMP/
|
|
COMMENT= Perl5 module for SNMP queries
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Crypt-DES>=2.03:../../security/p5-Crypt-DES
|
|
DEPENDS+= p5-Crypt-Rijndael>=1.02:../../security/p5-Crypt-Rijndael
|
|
DEPENDS+= p5-Digest-MD5>=2.11:../../security/p5-Digest-MD5
|
|
DEPENDS+= p5-Digest-SHA1>=1.02:../../security/p5-Digest-SHA1
|
|
DEPENDS+= p5-Digest-HMAC>=1.00:../../security/p5-Digest-HMAC
|
|
DEPENDS+= p5-Socket6>=0.23:../../net/p5-Socket6
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PERL5_PACKLIST= auto/Net/SNMP/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|