mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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>
|