mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
20 lines
450 B
Makefile
20 lines
450 B
Makefile
PORTNAME= jo
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= https://github.com/jpmens/${PORTNAME}/releases/download/${PORTVERSION}/
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Small utility to create JSON objects
|
|
WWW= https://github.com/jpmens/jo
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/jo \
|
|
etc/bash_completion.d/jo.bash \
|
|
man/man1/jo.1.gz \
|
|
share/zsh/site-functions/_jo
|
|
|
|
.include <bsd.port.mk>
|