aboutsummaryrefslogblamecommitdiff
path: root/www/py-google/Makefile
blob: ca04db24883dd6c2ab177ea39a7ee5813e02596f (plain) (tree)
1
2
3
4
5



                                               
                     








                                                           
                                                                            





                                   
# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$

PORTNAME=	google
PORTVERSION=	1.9.1
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@rawbw.com
COMMENT=	Python bindings to the Google search engine

LICENSE=	BSD2CLAUSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:www/py-beautifulsoup

USES=		python
USE_PYTHON=	autoplist distutils
NO_ARCH=	yes

.include <bsd.port.mk>