summaryrefslogtreecommitdiff
path: root/devel/gpm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gpm/Makefile')
-rw-r--r--devel/gpm/Makefile30
1 files changed, 0 insertions, 30 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>