Index: mail/Makefile =================================================================== --- mail/Makefile (revision 457258) +++ mail/Makefile (working copy) @@ -536,6 +536,7 @@ SUBDIR += py-cyruslib SUBDIR += py-dkimpy SUBDIR += py-email-reply-parser + SUBDIR += py-flask-mail SUBDIR += py-flufl.bounce SUBDIR += py-fuglu SUBDIR += py-libgmail Index: mail/py-flask-mail/Makefile =================================================================== --- mail/py-flask-mail/Makefile (nonexistent) +++ mail/py-flask-mail/Makefile (working copy) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= Flask-Mail +PORTVERSION= 0.9.1 +CATEGORIES= mail www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= john@saltant.com +COMMENT= Send SMTP email from a Flask web application + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}blinker>=0:devel/py-blinker@${FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Property changes on: mail/py-flask-mail/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: mail/py-flask-mail/distinfo =================================================================== --- mail/py-flask-mail/distinfo (nonexistent) +++ mail/py-flask-mail/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1514247148 +SHA256 (Flask-Mail-0.9.1.tar.gz) = 22e5eb9a940bf407bcf30410ecc3708f3c56cc44b29c34e1726fe85006935f41 +SIZE (Flask-Mail-0.9.1.tar.gz) = 45654 Property changes on: mail/py-flask-mail/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: mail/py-flask-mail/pkg-descr =================================================================== --- mail/py-flask-mail/pkg-descr (nonexistent) +++ mail/py-flask-mail/pkg-descr (working copy) @@ -0,0 +1,4 @@ +Flask-Mail is an extension to the Flask web application micro framework +providing simple email sending capabilities via SMTP. + +WWW: https://github.com/mattupstate/flask-mail Property changes on: mail/py-flask-mail/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property