- Create a python3 version of textproc/py-humanfriendly.
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
6
textproc/py3-humanfriendly/Makefile
Normal file
6
textproc/py3-humanfriendly/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../py-humanfriendly
|
||||
|
||||
USES= python:3.3+
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in a new issue