1816ad49b8
the checksum and increase PORTREVISION. PR: 34542 Submitted by: Anders Andersson <anders@hack.org> Don't use DISTFILES for a single distfile (portlint).
26 lines
448 B
Makefile
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>
|