freebsd-ports/net-mgmt/p5-Net-SNMP3/Makefile
Garrett Wollman 60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00

30 lines
608 B
Makefile

# New ports collection makefile for: p5-Net-SNMP3
# Date created: 2 oct 2003
# Whom: Lars Thegler <lars@thegler.dk>
#
# $FreeBSD$
#
PORTNAME= Net-SNMP
PORTVERSION= 3.65
CATEGORIES= net-mgmt perl5
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= krion
PKGNAMEPREFIX= p5-
PKGNAMESUFFIX= -365
MAINTAINER= lars@thegler.dk
COMMENT= Net::SNMP for pre-5.6 perl
CONFLICTS= p5-Net-SNMP
PERL_CONFIGURE= yes
MAN3= Net::SNMP.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 500600
IGNORE= This port is only for pre-5.6 perl. Install net-mgmt/p5-Net-SNMP instead.
.endif
.include <bsd.port.post.mk>