21 lines
368 B
Makefile
21 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>
|