mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
f60432367f
PR: ports/124921 Approved by: portmgr (pav)
24 lines
504 B
Makefile
24 lines
504 B
Makefile
# Ports collection makefile for: libgmail
|
|
# Date created: Sep 27, 2005
|
|
# Whom: 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= mnag@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
|
|
|
|
.include <bsd.port.mk>
|