mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
23 lines
349 B
Makefile
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>
|