mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
17 lines
353 B
Makefile
17 lines
353 B
Makefile
PORTNAME= zope.cachedescriptors
|
|
PORTVERSION= 3.5.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Method and property caching decorators
|
|
|
|
LICENSE= ZPL21
|
|
|
|
USES= python:3.6+ zip
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|