aboutsummaryrefslogblamecommitdiff
path: root/www/pear-Services_GeoNames/Makefile
blob: 27faf437dd280b502c6c7ae50bbe77c86a89fd5f (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              
           

                                 
                     

                        
                                  
                                                         
 

                                                                   
 
            
 
                      
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=	Services_GeoNames
PORTVERSION=	1.0.1
CATEGORIES=	www pear

MAINTAINER=	joneum@FreeBSD.org
COMMENT=	PHP5 Interface to the GeoNames Public API

BUILD_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2

USES=	pear

.include <bsd.port.mk>