blob: 0a5d335c9745541891b1c088ac37f60289a0655f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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>
|