mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
c80fe4b685
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Net_Geo-1.0.5.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Net_Geo-1.0.5.tgz fetch: http://pear.php.net/get/Net_Geo-1.0.5.tgz: size mismatch: expected 7893, actual 7986 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Net_Geo-1.0.5.tgz [1] Approved by: portmgr (blanket)
19 lines
451 B
Makefile
19 lines
451 B
Makefile
# Created by: chinsan
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_Geo
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Geographical locations based on Internet address
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Cache.php:sysutils/pear-Cache \
|
|
${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer
|
|
RUN_DEPENDS= ${PEARDIR}/Cache.php:sysutils/pear-Cache \
|
|
${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|