opnsense-ports/net/go-httppath/Makefile
Franco Fichtner 04adf488de */*: sync with upstream
Taken from: FreeBSD
2016-07-10 11:09:59 +02:00

19 lines
350 B
Makefile

# $FreeBSD$
PORTNAME= httppath
PORTVERSION= 20140515
CATEGORIES= net
PKGNAMEPREFIX= go-
MAINTAINER= cs@FreeBSD.org
COMMENT= Utilities for HTTP Path manipulation
LICENSE= MIT
USE_GITHUB= yes
GH_ACCOUNT= dimfeld
GH_TAGNAME= c8e499c3ef3c3e272ed8bdcc1ccf39f73c88debc
USES= go
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
.include <bsd.port.mk>