mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
Add a Python 3 wrapper for devel/py-pylru-cache.
This commit is contained in:
parent
b0bc3cd90e
commit
012e25fc30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422508
@ -4677,6 +4677,7 @@
|
||||
SUBDIR += py3-libpeas
|
||||
SUBDIR += py3-nose
|
||||
SUBDIR += py3-pyicu
|
||||
SUBDIR += py3-pylru-cache
|
||||
SUBDIR += py3-python-magic
|
||||
SUBDIR += py3-pytz
|
||||
SUBDIR += py3-vcversioner
|
||||
|
8
devel/py3-pylru-cache/Makefile
Normal file
8
devel/py3-pylru-cache/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# Created by: Philip Paeps <philip@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../py-pylru-cache
|
||||
|
||||
USES= python:3.2+
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in New Issue
Block a user