351d5e4b4b
Submitted by Holger Mauermann <holger@mauermann.org>. This module can be used to automatically select the geographically closest mirror, to analyze your web server logs to determine the countries of your visitors, for credit card fraud detection, and for software export controls.
25 lines
532 B
Makefile
25 lines
532 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/11/11 19:46:03 naddy Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "find the country where an IP address/hostname originates from"
|
|
|
|
DISTNAME= Geo-IP-1.23
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/}
|
|
|
|
LIB_DEPENDS= GeoIP.4::net/GeoIP
|
|
|
|
CONFIGURE_STYLE=perl
|
|
CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib' INC='-I${LOCALBASE}/include'
|
|
|
|
.include <bsd.port.mk>
|