35db8cc37d
Reviewed by: ade
24 lines
411 B
Makefile
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.34
|
|
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>
|