1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net-mgmt/ipcalc/Makefile
Emanuel Haupt 6a629f0e87 - Support staging
- Use shebangfix
2014-02-26 11:27:56 +00:00

23 lines
399 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 shebangfix
SHEBANG_FILES= ipcalc
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>