mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
0cd2f199d8
While there, add missing TEST_DEPENDS on www/p5-HTML-Parser.
32 lines
590 B
Makefile
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>
|