openbsd-ports/sysutils/dateutils/Makefile
2022-05-26 07:31:23 +00:00

23 lines
372 B
Makefile

COMMENT = tools to fiddle with dates and times
DISTNAME = dateutils-0.4.10
CATEGORIES = sysutils
HOMEPAGE = https://www.fresse.org/dateutils/
# BSD 3-clause
PERMIT_PACKAGE = Yes
WANTLIB += c
MASTER_SITES = https://bitbucket.org/hroptatyr/dateutils/downloads/
EXTRACT_SUFX = .tar.xz
CONFIGURE_STYLE = gnu
# uses wordexp
NO_TEST = Yes
.include <bsd.port.mk>