1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/net-mgmt/ipcalc/Makefile
2011-08-06 08:01:18 +00:00

25 lines
452 B
Makefile

# ex:ts=8
# New ports collection makefile for: ipcalc
# Date created: May 21, 2001
# Whom: ijliao
#
# $FreeBSD$
PORTNAME= ipcalc
PORTVERSION= 0.41
PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= http://jodies.de/ipcalc-archive/
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= IP Calculator
PLIST_FILES= bin/ipcalc
NO_BUILD= yes
USE_PERL5= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>