21 lines
371 B
Makefile
21 lines
371 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= plone.synchronize
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= www python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Simple decorators to support synchronized methods
|
|
|
|
LICENSE= BSD
|
|
|
|
DIST_SUBDIR= zope
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
USE_ZIP= yes
|
|
|
|
NO_STAGE= yes
|
|
|
|
.include <bsd.port.mk>
|