aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-SNMP-MIB-Compiler/Makefile
blob: 4ced7aa33e8f34a4d53dd176c677e51a04a6b69c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Joe Clarke <marcus@marcuscom.com

PORTNAME=	SNMP-MIB-Compiler
PORTVERSION=	0.06
PORTREVISION=	1
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:devel/p5-Data-Compare

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>