1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/textproc/jo/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>