bd08cb558d
PR: 246644 Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
24 lines
587 B
Makefile
24 lines
587 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= email-validator
|
|
DISTVERSION= 1.1.1
|
|
CATEGORIES= mail python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= email_validator-${PORTVERSION}
|
|
|
|
MAINTAINER= meka@tilda.center
|
|
COMMENT= Robust email address syntax and deliverability validation library
|
|
|
|
LICENSE= CC0-1.0
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.0.0:dns/py-idna@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0:dns/py-dnspython@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|