27 lines
658 B
Makefile
27 lines
658 B
Makefile
PORTNAME= ipv6calc
|
|
PORTVERSION= 4.1.0
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= https://www.bieringer.de/ftp/pub/linux/IPv6/ipv6calc/ \
|
|
https://www.deepspace6.net/ftp/pub/ds6/sources/ipv6calc/
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Convert, change, and calculate with IPv6 addresses
|
|
WWW= https://www.deepspace6.net/projects/ipv6calc.html \
|
|
https://github.com/pbiering/ipv6calc
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= bash:shells/bash
|
|
|
|
USES= gmake perl5 shebangfix ssl
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
SHEBANG_FILES= tools/*
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
|
|
|
|
.include <bsd.port.mk>
|