freebsd-ports/net-mgmt/p5-SNMP-MIB-Compiler/Makefile
Andrej Zverev 195cae26f3 - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 16:08:00 +00:00

18 lines
390 B
Makefile

# Created by: Joe Clarke <marcus@marcuscom.com
# $FreeBSD$
PORTNAME= SNMP-MIB-Compiler
PORTVERSION= 0.06
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= marcus@FreeBSD.org
COMMENT= Perl MIB compiler supporting both SMIv1 and SMIv2
BUILD_DEPENDS= p5-Data-Compare>=0:${PORTSDIR}/devel/p5-Data-Compare
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>