1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net/go-httppath/Makefile
Carlo Strub 7935407901 Utilities for HTTP Path manipulation. Currently, this just contains the
CleanPath function, renamed to Clean, from Julien Schmidt's httprouter.

WWW: https://github.com/dimfeld/httppath
2016-07-08 21:45:49 +00:00

20 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>