1999-06-28 07:47:03 +02:00
|
|
|
# New ports collection makefile for: p5-SNMP_Session
|
1999-06-27 19:41:45 +02:00
|
|
|
# Date created: 13 June 1999
|
|
|
|
# Whom: Stephen J. Roznowski <sjr@home.net>
|
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1999-06-27 19:41:45 +02:00
|
|
|
#
|
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
PORTNAME= SNMP_Session
|
2008-12-04 14:28:54 +01:00
|
|
|
PORTVERSION= 1.12
|
2004-02-23 05:42:13 +01:00
|
|
|
CATEGORIES= net-mgmt perl5
|
2004-10-18 08:25:27 +02:00
|
|
|
MASTER_SITES= http://www.switch.ch/misc/leinen/snmp/perl/dist/%SUBDIR%/
|
2001-07-07 07:01:35 +02:00
|
|
|
MASTER_SITE_SUBDIR= . old
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1999-06-27 19:41:45 +02:00
|
|
|
|
2003-10-02 09:04:01 +02:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A perl5 module providing rudimentary access to SNMPv1 and v2 agents
|
1999-06-27 19:41:45 +02:00
|
|
|
|
2001-01-09 00:47:49 +01:00
|
|
|
PERL_CONFIGURE= yes
|
1999-06-27 19:41:45 +02:00
|
|
|
|
2008-12-04 14:28:54 +01:00
|
|
|
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
|
|
|
|
2001-05-03 10:41:58 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2001-10-03 06:03:59 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in README README.SNMP_util index.html
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
2001-05-03 10:41:58 +02:00
|
|
|
.endif
|
1999-06-27 19:41:45 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|