24 lines
402 B
Makefile
24 lines
402 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dep
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.5.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= sam.gwydir@joyent.com
|
|
COMMENT= Prototype dependency management tool for Go
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= golang
|
|
|
|
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
|
GO_TARGET= ${GO_PKGNAME}/cmd/dep
|
|
|
|
PLIST_FILES= bin/dep
|
|
|
|
.include <bsd.port.mk>
|