freebsd-ports/devel/go-slices/Makefile
Jun Kuriyama 03b53317fa The Slices package provides implementations of slice-based datatypes
for all of Go's basic types, as well as two separate implementations
for handling slices in the context of reflection values.  Currently
there's no documentation but the extensive test suite includes
numerous examples of how to use slices to solve common tasks.

WWW: https://github.com/feyeleanor/slices/
2015-01-25 13:59:23 +00:00

26 lines
551 B
Makefile

# $FreeBSD$
PORTNAME= slices
PORTVERSION= 0.0.0.20130325
CATEGORIES= devel
MASTER_SITES= GH GHC
PKGNAMEPREFIX= go-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Go library for slice-based datatypes
#LICENSE= MIT based, with no-evli clause
BUILD_DEPENDS= go-raw>0:${PORTSDIR}/devel/go-raw
USE_GITHUB= yes
GH_ACCOUNT= feyeleanor
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= bb44bb2
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
.include <bsd.port.post.mk>