Files
sthen 1b13452762 reset bcallah maintainer lines, quite a lot of timeouts which make it
tricky for others to work on the ports tree, this will also bring more
visible to portroach of those which are outdated
2026-02-11 15:12:24 +00:00

25 lines
431 B
Makefile

# Dlang
ONLY_FOR_ARCHS = amd64 i386
USE_NOBTCFI = Yes
V = 1.3.0
COMMENT = command line interface for Repology.org
DISTNAME = repology-${V}
CATEGORIES = sysutils
REVISION = 0
HOMEPAGE = https://github.com/ibara/repology
# ISC
PERMIT_PACKAGE = Yes
WANTLIB += c c++abi execinfo m pthread
SITES = https://github.com/ibara/repology/releases/download/v${V}/
BUILD_DEPENDS = lang/dmd
FAKE_FLAGS = DESTDIR=
.include <bsd.port.mk>