freebsd-ports/devel/go-form/Makefile
Carlo Strub 5a62a7d924 This library is designed to allow seamless, high-fidelity encoding and
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
2016-07-11 20:01:51 +00:00

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>