aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-wicked/Makefile
blob: f4a27896ce1ccd9dac28693f1f11b73c7e3c5b5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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
CATEGORIES= textproc python zope
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= zope@FreeBSD.org
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>