freebsd-ports/textproc/miller/Makefile
Jimmy Olgeni e1c3e6feb9 Update textproc/miller to version 5.2.2.
PR:		220878
Submitted by:	olgeni
Approved by:	maintainer
2017-07-22 17:40:25 +00:00

23 lines
467 B
Makefile

# $FreeBSD$
PORTNAME= miller
PORTVERSION= 5.2.2
DISTVERSIONPREFIX=v
CATEGORIES= textproc
MAINTAINER= jungleboogie0+mlr@gmail.com
COMMENT= Sed/awk/cut/join/sort for name-indexed data such as CSV
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= autoreconf libtool
USE_GITHUB= yes
GH_ACCOUNT= johnkerl
GNU_CONFIGURE= yes
PLIST_FILES= bin/mlr man/man1/mlr.1.gz
BROKEN_aarch64= Fails to compile: undefined reference to .mcount
.include <bsd.port.mk>