opnsense-ports/devel/go-bayesian/Makefile

24 lines
469 B
Makefile

# Created by: Carlo Strub <cs@FreeBSD.org>
# $FreeBSD$
PORTNAME= bayesian
PORTVERSION= 20160602
CATEGORIES= devel
PKGNAMEPREFIX= go-
MAINTAINER= cs@FreeBSD.org
COMMENT= Naive Bayesian classification for Go
LICENSE= BSD3CLAUSE
DEPRECATED= Go libraries should not be packaged
EXPIRATION_DATE= 2019-03-31
USE_GITHUB= yes
GH_ACCOUNT= jbrukh
GH_TAGNAME= a65fd1effddb7bd71c6bb6ca1876e045a7aeac6e
USES= go
GO_PKGNAME= github.com/jbrukh/bayesian
.include <bsd.port.mk>