New port
The libgmail project is a pure Python binding to provide access to Google's Gmail web-mail service. PR: 86622 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> Approved by: pav (mentor)
This commit is contained in:
parent
d4629cef29
commit
f8bf0f0520
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144056
@ -398,6 +398,7 @@
|
||||
SUBDIR += proxsmtp
|
||||
SUBDIR += py-email
|
||||
SUBDIR += py-email2
|
||||
SUBDIR += py-libgmail
|
||||
SUBDIR += py-milter
|
||||
SUBDIR += py-spambayes
|
||||
SUBDIR += py-spf
|
||||
|
28
mail/py-libgmail/Makefile
Normal file
28
mail/py-libgmail/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# 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.3.3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= mnag@FreeBSD.org
|
||||
COMMENT= Library to provide access to Gmail via Python
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/lgconstants.py \
|
||||
%%PYTHON_SITELIBDIR%%/lgconstants.pyc \
|
||||
%%PYTHON_SITELIBDIR%%/lgconstants.pyo \
|
||||
%%PYTHON_SITELIBDIR%%/libgmail.py \
|
||||
%%PYTHON_SITELIBDIR%%/libgmail.pyc \
|
||||
%%PYTHON_SITELIBDIR%%/libgmail.pyo
|
||||
|
||||
.include <bsd.port.mk>
|
2
mail/py-libgmail/distinfo
Normal file
2
mail/py-libgmail/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (libgmail-0.1.3.3.tar.gz) = ebef72abd4fbccdad9291378ac625d9a
|
||||
SIZE (libgmail-0.1.3.3.tar.gz) = 25906
|
5
mail/py-libgmail/pkg-descr
Normal file
5
mail/py-libgmail/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
The libgmail project is a pure Python binding to provide access to Google's
|
||||
Gmail web-mail service.
|
||||
|
||||
WWW: http://libgmail.sourceforge.net/
|
||||
Author: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
Loading…
Reference in New Issue
Block a user