1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/ftp/pget/Makefile
Ashish SHUKLA 32b284679a
all: Bump after lang/go121 update
MFH:		2024Q2
2024-04-15 08:20:04 +00:00

22 lines
395 B
Makefile

PORTNAME= pget
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.1
PORTREVISION= 4
CATEGORIES= ftp net www
MAINTAINER= yuri@FreeBSD.org
COMMENT= Fast, resumable file download client
WWW= https://github.com/Code-Hex/pget
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/Code-Hex/pget
GO_TARGET= ./cmd/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>