mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
77f8276a88
- 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
22 lines
373 B
Makefile
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>
|