1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/p5-SNMP_Session/Makefile
Chris Piazza 2ac3045663 Import of the SNMP_Session perl module. This module differs
from existing SNMP packages in that it is completely stand-
alone.

PR:	12231
Submitted by:	Stephen J. Roznowski <sjr@home.net>
1999-06-27 17:41:45 +00:00

22 lines
468 B
Makefile

# New ports collection makefile for: p5-SNMP_Simple
# Version required: 0.70
# Date created: 13 June 1999
# Whom: Stephen J. Roznowski <sjr@home.net>
#
# $Id$
#
DISTNAME= SNMP_Session-0.70
PKGNAME= p5-SNMP_Session-0.70
CATEGORIES= net perl5
MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/
MAINTAINER= ports@FreeBSD.ORG
USE_PERL5= yes
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>