freebsd-ports/net/p5-SNMP/Makefile
Bill Fumerola 3273fba704 Upgrade SNMP to 4.0.1, which is a last minute bugfix.
Upgrade p5-SNMP to 1.8.1 and mark it broken as it is incompatible
with the ucd-snmp changes. If this is a huge problem, then a
repo copy of ucd-snmp can be made and we can have the hassle of
keeping two copies in our tree.
1999-08-27 20:18:47 +00:00

29 lines
699 B
Makefile

# New ports collection makefile for: p5-SNMP
# Version required: 1.8b3
# Date created: May 5th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.5 1999/04/07 17:38:31 jseger Exp $
#
DISTNAME= SNMP-1.8.1
PKGNAME= p5-SNMP-1.8.1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= SNMP
MAINTAINER= jfitz@FreeBSD.ORG
LIB_DEPENDS= snmp.3:${PORTSDIR}/net/ucd-snmp
BROKEN= 'incompatible with the latest version of ucd-snmp'
USE_PERL5= YES
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
post-install:
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/lib/perl5/site_perl/README.SNMP
.include <bsd.port.mk>