freebsd-ports/textproc/py-wicked/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

23 lines
651 B
Makefile

# $FreeBSD$
PORTNAME= wicked
PORTVERSION= 1.1.12
CATEGORIES= textproc python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Compact syntax for doing wiki-like content linking and creation
LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.container>=0:devel/py-zope.container \
${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=0:devel/py-zope.lifecycleevent \
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema \
${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:devel/py-zope.traversing
USES= python zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>