freebsd-ports/net/ipcalc/Makefile
Pete Fritchman 1816ad49b8 The author made minor fixes without bumping the version number, so update
the checksum and increase PORTREVISION.

PR:		34542
Submitted by:	Anders Andersson <anders@hack.org>

Don't use DISTFILES for a single distfile (portlint).
2002-02-05 14:27:13 +00:00

26 lines
448 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
MASTER_SITES= http://jodies.de/
DISTNAME= ipcalc.pl
EXTRACT_SUFX= # empty
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>