Files
ports/sysutils/dateutils/Makefile
T
2024-01-26 08:54:03 +00:00

23 lines
349 B
Makefile

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