freebsd-ports/devel/py-flufl.i18n/Makefile
Kurt Jaeger a0b8c0b978 devel/py-flufl.i18n: update 2.0 -> 2.0.1
- restores python 3.4 support

PR:		224993
Submitted by:	Charlie Li <ml+freebsd@vishwin.info>
Approved by:	acm (maintainer timeout)
Relnotes:	https://gitlab.com/warsaw/flufl.i18n/commits/master
2018-02-04 18:38:49 +00:00

21 lines
415 B
Makefile

# $FreeBSD$
PORTNAME= flufl.i18n
PORTVERSION= 2.0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= acm@FreeBSD.org
COMMENT= A high level API for Python internationalization
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic@${FLAVOR}
USES= python:3.4+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>