decoding of arbitrary data in application/x-www-form-urlencoded format and as url.Values. It is intended to be useful primarily in dealing with web forms and URI query strings, both of which natively employ said format. WWW: https://github.com/ajg/form
20 lines
380 B
Makefile
20 lines
380 B
Makefile
# Created by: Carlo Strub <cs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= form
|
|
PORTVERSION= 20160629
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= go-
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Form Encoding & Decoding Package for Go
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ajg
|
|
GH_TAGNAME= 7ff89c75808766205bfa4411abb436c98c33eb5e
|
|
USES= go
|
|
GO_PKGNAME= github.com/ajg/form
|
|
|
|
.include <bsd.port.mk>
|