freebsd-ports/net/ipcalc/Makefile
Pete Fritchman 590fdc6ba4 Update to 0.35.
Submitted by:	Anders Andersson <anders@hack.org>
2001-12-22 03:23:33 +00:00

24 lines
411 B
Makefile

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