28 lines
596 B
Makefile
28 lines
596 B
Makefile
|
# 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>
|