pkgsrc/net/p5-SNMP-MIB-Compiler/Makefile

19 lines
459 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= SNMP-MIB-Compiler-0.06
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
2004-11-12 01:24:14 +01:00
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/}
MAINTAINER= he@NetBSD.org
2004-11-12 18:36:40 +01:00
HOMEPAGE= http://search.cpan.org/dist/SNMP-MIB-Compiler/
COMMENT= MIB Compiler supporting SMIv1 and SMIv2
PERL5_PACKLIST= auto/Net/SNMP/Mib/Compiler/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"