aboutsummaryrefslogtreecommitdiffstats
path: root/mail/py-libgmail/Makefile
blob: 8e01eea3f08460b4e02a07df5316cb8fc0cad368 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
# $FreeBSD$

PORTNAME=   libgmail
DISTVERSION=    0.1.11
CATEGORIES= mail python
MASTER_SITES=   SF
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Library to provide access to Gmail via Python

BUILD_DEPENDS=  py*-mechanize>=0:${PORTSDIR}/www/py-mechanize
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USE_PYTHON=     yes
USE_PYDISTUTILS=    yes

NO_STAGE=   yes
.include <bsd.port.mk>