aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-Altoids/Makefile
blob: a03e0bd7f560bf9dced9b06e86f3307b0a4cbf06 (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-mgmt perl5
MASTER_SITES=   http://dave.plonka.us/Altoids/%SUBDIR%/
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME}${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    SNMP get/walk functionality with built-in name to OID translation

BUILD_DEPENDS=  ${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net-mgmt/p5-SNMP_Session
RUN_DEPENDS=    ${BUILD_DEPENDS}

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>