mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
922dee671e
Where necessary, pet portlint. Approved by: portmgr Obtained from: aarch64 TRYBROKEN run
23 lines
414 B
Makefile
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>
|