24 lines
539 B
Makefile
24 lines
539 B
Makefile
# $OpenBSD: Makefile.inc,v 1.2 2009/01/02 13:07:37 djm 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+= :py-Imaging-*-${PY_FLAVOR}:graphics/py-Imaging,${PY_FLAVOR}
|