diff options
Diffstat (limited to 'net/entitymib/Makefile')
-rw-r--r-- | net/entitymib/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net/entitymib/Makefile b/net/entitymib/Makefile deleted file mode 100644 index 088ddc2d29b6..000000000000 --- a/net/entitymib/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Garrett Wollman <wollman@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= entitymib -PORTVERSION= 20040109 -PORTREVISION= 2 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://www.mibexplorer.com/export/ietf/:mibs -MASTER_SITE_SUBDIR= wollman -DISTFILES= entitymib entitymib.1 ENTITY-MIB.txt:mibs -EXTRACT_ONLY= - -MAINTAINER= ports@FreeBSD.org -COMMENT=Display the Entity MIB of an SNMP agent - -RUN_DEPENDS= p5-Tree-DAG_Node>=0:${PORTSDIR}/devel/p5-Tree-DAG_Node \ - net-snmp>=0:${PORTSDIR}/net-mgmt/net-snmp - -USES= perl5 -USE_PERL5= run -MAN1= entitymib.1 - -NO_BUILD= nope - -NO_STAGE= yes -do-install: - ${INSTALL_SCRIPT} ${DISTDIR}/entitymib ${PREFIX}/bin/entitymib - ${INSTALL_MAN} ${DISTDIR}/entitymib.1 ${MANPREFIX}/man/man1 - ${INSTALL_DATA} ${DISTDIR}/ENTITY-MIB.txt ${PREFIX}/share/snmp/mibs - -.include <bsd.port.mk> |