Files
pkgsrc-ng/net/p5-SNMP-Info/Makefile
2016-11-18 22:39:22 +01:00

21 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.23 2016/08/13 06:44:04 wen Exp $
#
DISTNAME= SNMP-Info-3.33
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/}
MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/SNMP-Info/
#HOMEPAGE= http://snmp-info.sourceforge.net/
COMMENT= Perl5 object oriented interface to SNMP informations
LICENSE= modified-bsd
DEPENDS+= net-snmp>=5.1.2:../../net/net-snmp
PERL5_PACKLIST= auto/SNMP/Info/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"