Lines 1-20
Link Here
|
1 |
PORTNAME= defcon |
1 |
PORTNAME= defcon |
2 |
PORTVERSION= 0.6.0 |
2 |
PORTVERSION= 0.10.2 |
3 |
PORTREVISION= 3 |
|
|
4 |
CATEGORIES= x11-fonts python |
3 |
CATEGORIES= x11-fonts python |
5 |
MASTER_SITES= PYPI |
4 |
MASTER_SITES= PYPI |
6 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
|
6 |
|
8 |
MAINTAINER= lantw44@gmail.com |
7 |
MAINTAINER= lantw44@gmail.com |
9 |
COMMENT= Set of flexible objects for representing UFO data |
8 |
COMMENT= Set of flexible objects for representing UFO data |
10 |
WWW= https://github.com/typesupply/defcon |
9 |
WWW= https://github.com/robotools/defcon |
11 |
|
10 |
|
12 |
LICENSE= MIT |
11 |
LICENSE= MIT |
13 |
LICENSE_FILE= ${WRKSRC}/License.txt |
12 |
LICENSE_FILE= ${WRKSRC}/License.txt |
14 |
|
13 |
|
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.31.0:print/py-fonttools@${PY_FLAVOR} |
14 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} |
|
|
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=4.10.0:print/py-fonttools@${PY_FLAVOR} |
16 |
|
16 |
|
17 |
USES= python:3.6+ zip |
17 |
USES= python:3.7+ zip |
18 |
USE_PYTHON= autoplist distutils |
18 |
USE_PYTHON= autoplist distutils |
19 |
USE_LOCALE= en_US.UTF-8 |
19 |
USE_LOCALE= en_US.UTF-8 |
20 |
|
20 |
|