1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net/p5-Geo-IP/Makefile
Adam Weinberger f7baa662a4 Update to 1.50.
Strip the XS module, sort plist, and remove cruft from pkg-descr.

- MYMETA files are now no longer included in releases.
- Geo::Mirror is no longer included in this distribution.
2016-07-21 15:42:49 +00:00

26 lines
532 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= Geo-IP
PORTVERSION= 1.50
CATEGORIES= net geography perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Gets country name by IP or hostname
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LIB_DEPENDS= libGeoIP.so:net/GeoIP
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/IP/IP.so
.include <bsd.port.mk>