Dmitry Marakasov 88db72a5e9 - Update to 0.4.1
- While here, add LICENSE_FILE, don't install license as documentation and sort plist

PR:		215931
Submitted by:	ghostonthewire@gmail.com
Approved by:	maintainer timeout (jessefrgsmith@yahoo.ca, 1 month)
2017-02-09 17:09:29 +00:00

24 lines
429 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= pathfix tar:xz
GNU_CONFIGURE= yes
INFO= dateutils
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>