1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/mail/py-libgmail/Makefile
Philip M. Gollucci f60432367f CATEGORIES+= python for py- ports missing it
PR:             ports/124921
Approved by:    portmgr (pav)
2008-12-28 10:54:08 +00:00

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>