416b5d99c7
- Add GEOIP_MMAP_CACHE support - Added last_netmask - gets netmask of network block from last lookup - Merged in Geo::IP::PurePerl code - Added set_charset - enables UTF8 output of city name ok jasper (was MAINTAINER, removed by request)
22 lines
427 B
Makefile
22 lines
427 B
Makefile
# $OpenBSD: Makefile,v 1.10 2008/02/08 12:03:21 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= look up country by IP address/hostname
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Geo-IP-1.30
|
|
CATEGORIES= net geo
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
LIB_DEPENDS= GeoIP.>=4::net/GeoIP
|
|
|
|
CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib' INC='-I${LOCALBASE}/include'
|
|
|
|
.include <bsd.port.mk>
|