opnsense-ports/sysutils/dateutils/Makefile
Franco Fichtner 0bafe2b7fa */*: sync with upstream
Taken from: FreeBSD
2024-02-26 10:57:15 +01:00

26 lines
538 B
Makefile

PORTNAME= dateutils
PORTVERSION= 0.4.1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= https://bitbucket.org/hroptatyr/dateutils/downloads/
MAINTAINER= jessefrgsmith@yahoo.ca
COMMENT= Command line utilities for working with dates
WWW= https://www.fresse.org/dateutils/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= help2man:misc/help2man
USES= tar:xz
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFLICTS_INSTALL= py*-dateutils
INFO= dateutils
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>