diff options
Diffstat (limited to 'net-mgmt/p5-SNMP-MIB-Compiler/Makefile')
-rw-r--r-- | net-mgmt/p5-SNMP-MIB-Compiler/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/p5-SNMP-MIB-Compiler/Makefile b/net-mgmt/p5-SNMP-MIB-Compiler/Makefile index f4bd3f0..f5a01f0 100644 --- a/net-mgmt/p5-SNMP-MIB-Compiler/Makefile +++ b/net-mgmt/p5-SNMP-MIB-Compiler/Makefile @@ -13,13 +13,14 @@ MASTER_SITE_SUBDIR= SNMP PKGNAMEPREFIX= p5- MAINTAINER= marcus@FreeBSD.org +COMMENT= A Perl MIB compiler supporting both SMIv1 and SMIv2 BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare PERL_CONFIGURE= yes MAN3= SNMP::MIB::Compiler.3 \ - Bundle::SNMP::MIB::Compiler.3 + Bundle::SNMP::MIB::Compiler.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> |