mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
5d7b880ff0
Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6057
30 lines
490 B
Makefile
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>
|