freebsd-ports/www/py-plone.app.contentlisting/Makefile

28 lines
596 B
Makefile
Raw Normal View History

2012-01-02 20:53:53 +01:00
# New ports collection makefile for: py-plone.app.contentlisting
# Date created: 02 January 2012
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= plone.app.contentlisting
PORTVERSION= 1.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Listing of content for the Plone CMS
LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.uuid>=0:${PORTSDIR}/www/py-plone.uuid
DIST_SUBDIR= zope
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
USE_ZIP= yes
#USE_ZOPE= yes
.include <bsd.port.mk>