Several years of changelogs: https://github.com/hroptatyr/dateutils/releases Patch goes away; noted by sthen@ ok sthen@
25 lines
433 B
Makefile
25 lines
433 B
Makefile
# $OpenBSD: Makefile,v 1.5 2020/02/04 20:40:58 bcallah Exp $
|
|
|
|
COMMENT = tools to fiddle with dates and times
|
|
|
|
DISTNAME = dateutils-0.4.7
|
|
|
|
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>
|