1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/gpm/Makefile
2023-09-08 09:34:56 -05:00

31 lines
459 B
Makefile

PORTNAME= gpm
PORTVERSION= 1.4.0
DISTVERSIONPREFIX= v
PORTREVISION= 14
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>