Files

23 lines
349 B
Makefile
Raw Permalink Normal View History

2024-01-26 08:54:03 +00:00
COMMENT= tools to fiddle with dates and times
2014-07-10 13:09:53 +00:00
2024-01-26 08:54:03 +00:00
DISTNAME= dateutils-0.4.11
2014-07-10 13:09:53 +00:00
2024-01-26 08:54:03 +00:00
CATEGORIES= sysutils
2014-07-10 13:09:53 +00:00
2024-01-26 08:54:03 +00:00
HOMEPAGE= https://www.fresse.org/dateutils/
2014-07-10 13:09:53 +00:00
# BSD 3-clause
2024-01-26 08:54:03 +00:00
PERMIT_PACKAGE= Yes
2014-07-10 13:09:53 +00:00
WANTLIB += c
2024-01-26 08:54:03 +00:00
SITES= https://bitbucket.org/hroptatyr/dateutils/downloads/
EXTRACT_SUFX= .tar.xz
2014-07-10 13:09:53 +00:00
2024-01-26 08:54:03 +00:00
CONFIGURE_STYLE=gnu
2014-07-10 13:09:53 +00:00
# uses wordexp
2024-01-26 08:54:03 +00:00
NO_TEST= Yes
2014-07-10 13:09:53 +00:00
.include <bsd.port.mk>