freebsd-ports/www/py-plone.synchronize/Makefile
Antoine Brodin d5e280f8b8 Deprecate the plone stack
With hat:	portmgr
2020-01-02 08:35:35 +00:00

23 lines
489 B
Makefile

# $FreeBSD$
PORTNAME= plone.synchronize
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Simple decorators to support synchronized methods
DEPRECATED= Outdated version of plone 4.3 (legacy), uses EOLed python27
EXPIRATION_DATE= 2020-02-03
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USES= python:2.7 zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>