diff options
Diffstat (limited to 'devel/gpm')
-rw-r--r-- | devel/gpm/Makefile | 30 | ||||
-rw-r--r-- | devel/gpm/distinfo | 3 | ||||
-rw-r--r-- | devel/gpm/pkg-descr | 11 |
3 files changed, 0 insertions, 44 deletions
diff --git a/devel/gpm/Makefile b/devel/gpm/Makefile deleted file mode 100644 index 152e8bfebff3..000000000000 --- a/devel/gpm/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= gpm -PORTVERSION= 1.4.0 -DISTVERSIONPREFIX= v -PORTREVISION= 24 -CATEGORIES= devel - -MAINTAINER= lukejee@gmail.com -COMMENT= Go Package Manager -WWW= https://github.com/pote/gpm - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= bash:shells/bash - -USES= go:run - -USE_GITHUB= yes -GH_ACCOUNT= pote - -NO_BUILD= yes - -NO_ARCH= yes - -PLIST_FILES= bin/gpm - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/bin/gpm ${STAGEDIR}${PREFIX}/bin/ - -.include <bsd.port.mk> diff --git a/devel/gpm/distinfo b/devel/gpm/distinfo deleted file mode 100644 index e25170bd3651..000000000000 --- a/devel/gpm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1464771400 -SHA256 (pote-gpm-v1.4.0_GH0.tar.gz) = 2e213abbb1a12ecb895c3f02b74077d3440b7ae3221b4b524659c2ea9065b02a -SIZE (pote-gpm-v1.4.0_GH0.tar.gz) = 1115858 diff --git a/devel/gpm/pkg-descr b/devel/gpm/pkg-descr deleted file mode 100644 index d169f55fd8ae..000000000000 --- a/devel/gpm/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -gpm is a minimalist package manager for Go that leverages -the power of the go get command and the underlying version -control systems used by it to set your Go dependencies to -desired versions, thus allowing easily reproducible -builds in your Go projects. - -Go Package Manager makes no assumptions about your -dependencies and supports Git, Bazaar and Mercurial -hosted Go packages, for a smoother workflow be sure to -check out gvp - the Go Versioning Packager which provides -dependency isolation for your projects. |