mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
b6e1ea1f35
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13151
22 lines
380 B
Makefile
22 lines
380 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pyzmail
|
|
DISTVERSION= 1.0.3
|
|
CATEGORIES= mail python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Easy mail library to parse, compose and send emails
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|