1
0
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:
Philip Paeps 2016-09-20 15:29:54 +00:00
parent b0bc3cd90e
commit 012e25fc30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422508
2 changed files with 9 additions and 0 deletions
devel
Makefile
py3-pylru-cache

View File

@ -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

View 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"