1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net/go-geoip/Makefile
Mathieu Arnold 5d7b880ff0 Move lang/go/files/bsd.go.mk to USES=go.
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6057
2016-04-22 12:40:04 +00:00

30 lines
490 B
Makefile

# $FreeBSD$
PORTNAME= geoip
PORTVERSION= 0.0.0.20131016
CATEGORIES= net
MASTER_SITES= GH GHC
PKGNAMEPREFIX= go-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Go library to wrap the libgeoip C library
LICENSE= MIT
LIB_DEPENDS= libGeoIP.so:net/GeoIP
USES= compiler go
USE_GITHUB= yes
GH_ACCOUNT= abh
GH_TAGNAME= da13074
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${COMPILER_TYPE} == clang && ${CC} == cc
CC= clang
.endif
.include <bsd.port.post.mk>