1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Remove dependency on the python3 symlink

- Add LICENSE_FILE
This commit is contained in:
Antoine Brodin 2016-12-24 14:30:20 +00:00
parent 98a85aa692
commit f419159505
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429357

View File

@ -3,6 +3,7 @@
PORTNAME= Babel
PORTVERSION= 2.3.4
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,10 +12,11 @@ MAINTAINER= bofh@FreeBSD.org
COMMENT= Collection of tools for internationalizing Python applications
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py3-pytz
USES= python:3
USES= python:3.3+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes