1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net-mgmt/p5-Altoids/Makefile
Ying-Chieh Liao c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00

33 lines
772 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 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>