freebsd-ports/mail/py-libgmail/Makefile

20 lines
430 B
Makefile
Raw Normal View History

# 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}
2012-02-01 16:53:08 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Library to provide access to Gmail via Python
BUILD_DEPENDS= py*-mechanize>=0:www/py-mechanize
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>