diff options
Diffstat (limited to 'net-mgmt/p5-Altoids/Makefile')
-rw-r--r-- | net-mgmt/p5-Altoids/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net-mgmt/p5-Altoids/Makefile b/net-mgmt/p5-Altoids/Makefile deleted file mode 100644 index 942bba982e66..000000000000 --- a/net-mgmt/p5-Altoids/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# 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> |