blob: 942bba982e66d6c57bec2df799394d22e9ac2bc2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: p5-Altoids
# Date created: 13 June 1999
# Whom: Bill Fumerola <billf@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Altoids
PORTVERSION= 1.017
CATEGORIES= net perl5
MASTER_SITES= http://dave.plonka.us/Altoids/%SUBDIR%/
MASTER_SITE_SUBDIR= . old
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= billf@FreeBSD.org
COMMENT= SNMP get/walk functionality with built-in name to OID translation
RUN_DEPENDS= ${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net/p5-SNMP_Session
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-perllib=${SITE_PERL} \
--with-oids=${LOCALBASE}/share/${PORTNAME:L}
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>
|