1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/textproc/miller/Makefile
Mark Linimon 922dee671e These ports now build on aarch64.
Where necessary, pet portlint.

Approved by:	portmgr
Obtained from:	aarch64 TRYBROKEN run
2019-05-03 21:06:51 +00:00

23 lines
414 B
Makefile

# $FreeBSD$
PORTNAME= miller
DISTVERSION= 5.4.0
CATEGORIES= textproc
MAINTAINER= jungleboogie0+mlr@gmail.com
COMMENT= Sed/awk/cut/join/sort for name-indexed data such as CSV, TSV and JSON
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= autoreconf libtool
USE_GITHUB= yes
GH_ACCOUNT= johnkerl
GNU_CONFIGURE= yes
TEST_TARGET= check
PLIST_FILES= bin/mlr man/man1/mlr.1.gz
.include <bsd.port.mk>