1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/go-btree/Makefile
Mathieu Arnold 77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +00:00

22 lines
373 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@FreeBSD.org>
# $FreeBSD$
PORTNAME= btree
PORTVERSION= 0.0.0.20150414
CATEGORIES= devel
PKGNAMEPREFIX= go-
MAINTAINER= knu@FreeBSD.org
COMMENT= BTree implementation for Go
LICENSE= APACHE20
USES= go
USE_GITHUB= yes
GH_ACCOUNT= google
GH_TAGNAME= cc6329d
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
.include <bsd.port.mk>