1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

- Add python3 counterpart for py-fonttools

This commit is contained in:
Dmitry Marakasov 2017-04-27 11:39:10 +00:00
parent dd474d9227
commit f33947b128
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439539
2 changed files with 9 additions and 0 deletions

View File

@ -202,6 +202,7 @@
SUBDIR += py-reportlab1
SUBDIR += py-rtf
SUBDIR += py-trml2pdf
SUBDIR += py3-fonttools
SUBDIR += qpdf
SUBDIR += qpdfview
SUBDIR += qt5-printsupport

View File

@ -0,0 +1,8 @@
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-fonttools
USES= python:3
.include "${MASTERDIR}/Makefile"