PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
22 lines
397 B
Makefile
22 lines
397 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dateutils
|
|
PORTVERSION= 0.2.7
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://bitbucket.org/hroptatyr/dateutils/downloads/
|
|
|
|
MAINTAINER= jessefrgsmith@yahoo.ca
|
|
COMMENT= Command line utilities for working with dates
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= help2man:misc/help2man
|
|
|
|
USES= pathfix tar:xz
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= dateutils
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|