mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
22 lines
380 B
Makefile
22 lines
380 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ipcalc
|
|
PORTVERSION= 0.41
|
|
PORTREVISION= 2
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://jodies.de/ipcalc-archive/
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= IP Calculator
|
|
|
|
PLIST_FILES= bin/ipcalc
|
|
NO_BUILD= yes
|
|
USES= perl5
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|