7452ea6708
WWW: https://github.com/mattn/go-shellwords PR: 211660 Submitted by: Sascha Holzleiter <sascha@root-login.org>
20 lines
368 B
Makefile
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>
|