mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
965e16732b
offending -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 definitions - Also remove useless (no-op) `pathfix' from the USES list while here
24 lines
421 B
Makefile
24 lines
421 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dateutils
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://bitbucket.org/hroptatyr/dateutils/downloads/
|
|
|
|
MAINTAINER= jessefrgsmith@yahoo.ca
|
|
COMMENT= Command line utilities for working with dates
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= help2man:misc/help2man
|
|
|
|
USES= tar:xz
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= dateutils
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|