Files
ports/net/ipv6calc/Makefile
T
fcambus 0cd2f199d8 Update ipv6calc to 4.4.0.
While there, add missing TEST_DEPENDS on www/p5-HTML-Parser.
2025-09-15 14:55:17 +00:00

32 lines
590 B
Makefile

COMMENT= tool for manipulating IPv6 addresses
GH_ACCOUNT= pbiering
GH_PROJECT= ipv6calc
GH_TAGNAME= 4.4.0
CATEGORIES= net
HOMEPAGE= https://www.deepspace6.net/projects/ipv6calc.html
# GPLv2 only
PERMIT_PACKAGE= Yes
WANTLIB += c crypto m
BUILD_DEPENDS= shells/bash
CONFIGURE_STYLE=gnu
USE_GMAKE= Yes
MAKE_FLAGS= DEFAULT_CFLAGS=
FAKE_FLAGS= DESTDIR=${WRKINST}/ datadir=${PREFIX}/share
TEST_TARGET= test
TEST_DEPENDS= shells/bash \
security/p5-Digest-SHA1 \
www/p5-HTML-Parser
pre-test:
sed -i 's,^#!/bin/sh,#!${LOCALBASE}/bin/bash,' ${WRKSRC}/*/test*.sh
.include <bsd.port.mk>