freebsd-ports/net-mgmt/p5-Altoids/Makefile
Garrett Wollman 60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00

33 lines
782 B
Makefile

# 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%/
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-mgmt/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>