1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/p5-SNMP/Makefile

26 lines
509 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-SNMP
# Date created: May 5th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-30 14:24:37 +00:00
# $FreeBSD$
#
PORTNAME= SNMP
2001-02-26 13:25:11 +00:00
PORTVERSION= 4.2.0
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= SNMP
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp
PERL_CONFIGURE= yes
post-install:
@${INSTALL_DATA} ${WRKSRC}/README \
${PREFIX}/lib/perl5/site_perl/README.SNMP
.include <bsd.port.mk>