mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
7935407901
CleanPath function, renamed to Clean, from Julien Schmidt's httprouter. WWW: https://github.com/dimfeld/httppath
20 lines
350 B
Makefile
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>
|