25 lines
633 B
PHP
25 lines
633 B
PHP
|
# $OpenBSD: Makefile.inc,v 1.1 2008/03/20 11:42:34 winiger Exp $
|
||
|
|
||
|
COMMENT= content management system built on top of Zope
|
||
|
|
||
|
CATEGORIES= www
|
||
|
|
||
|
HOMEPAGE= http://www.plone.org/
|
||
|
|
||
|
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
|
||
|
|
||
|
# GPL
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE:=plone/}
|
||
|
|
||
|
MODULES= www/zope
|
||
|
MODZOPE_VERSION?= 2.9
|
||
|
PY_FLAVOR= python${MODZOPE_PYTHON_VERSION}
|
||
|
|
||
|
RUN_DEPENDS+= :python-expat-${MODZOPE_PYTHON_VERSION}*:lang/python/${MODZOPE_PYTHON_VERSION},-expat \
|
||
|
:py-Imaging-*-${PY_FLAVOR}:graphics/py-Imaging,${PY_FLAVOR}
|