freebsd-ports/devel/go-form/Makefile

21 lines
380 B
Makefile
Raw Normal View History

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