mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
20 lines
394 B
Makefile
20 lines
394 B
Makefile
# Created by: Joe Clarke <marcus@marcuscom.com
|
|
# $FreeBSD$
|
|
|
|
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>
|