freebsd-ports/devel/go-shellwords/Makefile
Pawel Pekala 7452ea6708 Parse line as shell words.
WWW: https://github.com/mattn/go-shellwords

PR:		211660
Submitted by:	Sascha Holzleiter <sascha@root-login.org>
2016-08-12 16:20:36 +00:00

20 lines
368 B
Makefile

# Created by: Sascha Holzleiter <sascha@root-login.org>
# $FreeBSD$
PORTNAME= go-shellwords
PORTVERSION= 1.0.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= sascha@root-login.org
COMMENT= Go library to parse line as shell words
LICENSE= MIT
USE_GITHUB= yes
GH_ACCOUNT= mattn
USES= go
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
.include <bsd.port.mk>