aboutsummaryrefslogtreecommitdiffstats
path: root/net/go-geoip/Makefile
blob: bdd65bca996903282bf501a68a4e76d576c8a586 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $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>