freebsd-ports/sysutils/dateutils/Makefile
Jason E. Hale c2c3979019 - New port: sysutils/dateutils
Dateutils are a collection of tools that revolve around manipulating
dates and times on the command line.  Commands included in the suite
offer ways of converting dates between calendars, computing durations
between dates, and finding dates in input streams.

WWW: http://www.fresse.org/dateutils/

PR:             ports/187663 (based on)
Submitted by:   Jesse <jessefrgsmith@yahoo.ca>
2014-03-28 22:24:15 +00:00

26 lines
516 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:${PORTSDIR}/misc/help2man
USES= tar:xz
GNU_CONFIGURE= yes
INFO= dateutils
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|$${prefix}/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>