1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/py-plone.synchronize/Makefile
Marcus von Appen 1b0994ee1e - Convert USE_PYTHON to new USES in www/
With hat:	python@
2015-01-03 08:41:20 +00:00

20 lines
371 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
LICENSE= BSD3CLAUSE
USES= python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>