Import textproc/py-wicked version 1.1.9
[dports.git] / textproc / py-wicked / Makefile
1 # New ports collection makefile for:    py-wicked
2 # Date created:                         18 December 2011
3 # Whom:                                 Ruslan Mahmatkhanov <cvs-src@yandex.ru>
4 #
5 # $FreeBSD: ports/textproc/py-wicked/Makefile,v 1.3 2012/11/17 06:02:18 svnexp Exp $
6 #
7
8 PORTNAME=       wicked
9 PORTVERSION=    1.1.9
10 CATEGORIES=     textproc python zope
11 MASTER_SITES=   CHEESESHOP
12 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
13
14 MAINTAINER=     zope@FreeBSD.org
15 COMMENT=        Compact syntax for doing wiki-like content linking and creation
16
17 LICENSE=        GPLv2
18
19 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}zope.container>=0:${PORTSDIR}/devel/py-zope.container \
20                 ${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=0:${PORTSDIR}/devel/py-zope.lifecycleevent \
21                 ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \
22                 ${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:${PORTSDIR}/devel/py-zope.traversing
23
24 DIST_SUBDIR=    zope
25 USE_PYTHON=     yes
26 USE_PYDISTUTILS=        easy_install
27 USE_ZIP=        yes
28
29 .include <bsd.port.mk>