- Create a python3 version of textproc/py-humanfriendly.

This commit is contained in:
Marcelo Araujo 2017-06-02 11:05:54 +00:00
parent 0dabdfe837
commit 1d9e0538da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442375
3 changed files with 8 additions and 1 deletions

View file

@ -1373,6 +1373,7 @@
SUBDIR += py3-asciinema
SUBDIR += py3-chardet
SUBDIR += py3-docutils
SUBDIR += py3-humanfriendly
SUBDIR += py3-hunspell
SUBDIR += py3-libxml2
SUBDIR += py3-pager

View file

@ -13,7 +13,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USES= python
USES?= python
USE_PYTHON= autoplist distutils
.include <bsd.port.pre.mk>

View file

@ -0,0 +1,6 @@
MASTERDIR= ${.CURDIR}/../py-humanfriendly
USES= python:3.3+
.include "${MASTERDIR}/Makefile"