blob: 1e54172d74cd0ee459b5fa75a8ebc81910baee5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= gurl
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.3
CATEGORIES= www
MAINTAINER= dch@FreeBSD.org
COMMENT= Terminal cURL-like HTTP tool with delightful JSON & header support
LICENSE= APACHE20
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= skunkwerks
PLIST_FILES= bin/gurl
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gurl
.include <bsd.port.mk>
|