mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
22 lines
421 B
Makefile
22 lines
421 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= httptreemux
|
|
PORTVERSION= 3.4.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net
|
|
PKGNAMEPREFIX= go-
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= High-speed, flexible, tree-based HTTP router for Go
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/github.com/dimfeld/httppath.a:net/go-httppath
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dimfeld
|
|
USES= go
|
|
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|