summaryrefslogtreecommitdiff
path: root/net-mgmt/ipcalc/Makefile
blob: 6b556c2e4e244b60564bb255be79e6c9a0e3e0e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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>