mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
- Add LICENSE
- Change DIST_SUBDIR to PECL - Silence patch message - Reformat pkg-descr - Use PECL as primary WWW - Take maintainership
This commit is contained in:
parent
833523f6f7
commit
68c6b2c6ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375407
@ -7,18 +7,20 @@ PORTREVISION= 1
|
||||
CATEGORIES= net www
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Map IP address to geographic places
|
||||
|
||||
LICENSE= PHP301
|
||||
|
||||
LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
USES= tar:tgz
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's/-ldl//g' ${WRKSRC}/config.m4
|
||||
@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/config.m4
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (geoip/geoip-1.0.8.tgz) = 08beeb2cbe9ab729d06b026795f5b9084aead6a1762493b0be53c4393d68d08a
|
||||
SIZE (geoip/geoip-1.0.8.tgz) = 10061
|
||||
SHA256 (PECL/geoip-1.0.8.tgz) = 08beeb2cbe9ab729d06b026795f5b9084aead6a1762493b0be53c4393d68d08a
|
||||
SIZE (PECL/geoip-1.0.8.tgz) = 10061
|
||||
|
@ -1,5 +1,6 @@
|
||||
This PHP extension allows you to find the location of an IP address -
|
||||
City, State, Country, Longitude, Latitude, and other information as
|
||||
all, such as ISP and connection type.
|
||||
This PHP extension allows you to find the location of an IP address - City,
|
||||
State, Country, Longitude, Latitude, and other information as all, such as ISP
|
||||
and connection type. For more info, please visit Maxmind's website.
|
||||
|
||||
WWW: http://www.maxmind.com/
|
||||
WWW: http://pecl.php.net/package/geoip
|
||||
WWW: http://www.maxmind.com/
|
||||
|
Loading…
Reference in New Issue
Block a user