freebsd-ports/net-mgmt/ipcalc/Makefile
Shaun Amott 76e138b437 Upgrade to 0.41.
PR:		ports/101570
Submitted by:	ceri (maintainer)
2006-08-07 15:45:45 +00:00

24 lines
432 B
Makefile

# ex:ts=8
# New ports collection makefile for: ipcalc
# Date created: May 21, 2001
# Whom: ijliao
#
# $FreeBSD$
PORTNAME= ipcalc
PORTVERSION= 0.41
CATEGORIES= net-mgmt
MASTER_SITES= http://jodies.de/ipcalc-archive/
MAINTAINER= ceri@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>