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.
22 lines
633 B
Makefile
22 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.24 2013/05/31 12:41:41 wiz Exp $
|
|
|
|
DISTNAME= SNMP_Session-1.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 3
|
|
SVR4_PKGNAME= p5sns
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= http://snmp-session.googlecode.com/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.switch.ch/misc/leinen/snmp/perl/
|
|
COMMENT= Perl5 module providing rudimentary access to remote SNMP agents
|
|
|
|
PERL5_PACKLIST= auto/SNMP_Session/.packlist
|
|
|
|
CONFLICTS+= mrtg-[0-9]*
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PERL5_INSTALLVENDORLIB}/README.SNMP_Session
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|