1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/net-mgmt/ipcalc/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

28 lines
500 B
Makefile

# ex:ts=8
# New ports collection makefile for: ipcalc
# Date created: May 21, 2001
# Whom: ijliao
#
# $FreeBSD$
PORTNAME= ipcalc
PORTVERSION= 0.35
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://jodies.de/
DISTNAME= ipcalc.pl
EXTRACT_SUFX= # empty
EXTRACT_ONLY= # empty
MAINTAINER= petef@FreeBSD.org
COMMENT= IP Calculator
PLIST_FILES= bin/ipcalc
NO_BUILD= yes
USE_PERL5= yes
do-install:
${INSTALL_SCRIPT} ${DISTDIR}/${DISTFILES} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>