mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
cf118ccf87
Reported by: lwhsu
17 lines
376 B
Makefile
17 lines
376 B
Makefile
PORTNAME= jo
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= https://github.com/jpmens/${PORTNAME}/releases/download/${PORTVERSION}/
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Small utility to create JSON objects
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/jo etc/bash_completion.d/jo.bash man/man1/jo.1.gz
|
|
|
|
.include <bsd.port.mk>
|