mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
19 lines
361 B
Makefile
19 lines
361 B
Makefile
# $FreeBSD$
|
|
|
|
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 zip
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|