2011-12-18 20:27:58 +01:00
|
|
|
# New ports collection makefile for: py-wicked
|
|
|
|
# Date created: 18 December 2011
|
|
|
|
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wicked
|
|
|
|
PORTVERSION= 1.1.9
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= textproc python zope
|
2011-12-18 20:27:58 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2011-12-18 20:27:58 +01:00
|
|
|
COMMENT= Compact syntax for doing wiki-like content linking and creation
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.container>=0:${PORTSDIR}/devel/py-zope.container \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=0:${PORTSDIR}/devel/py-zope.lifecycleevent \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:${PORTSDIR}/devel/py-zope.traversing
|
|
|
|
|
|
|
|
DIST_SUBDIR= zope
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
USE_ZIP= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|