freebsd-ports/www/py-GinGin/Makefile
Rong-En Fan 74c37a3337 GinGin is a hybrid of WIKI and BLOG. Users of GinGin can setup tags for
their documents. The documents will be hyper-linked, automatically, when
tags are in the content of them. In another word, GinGin will create
cross-reference for documents by the tags specified by users.

GinGin also has capability to tag URLs. URLs are associated with tags and
cross-referenced for documents.

WWW:	http://trac-hg.assembla.com/GinGin

PR:		ports/122042
Submitted by:	Thinker K.F. Li <thinker at cowboy.branda.to>
2008-03-26 04:50:12 +00:00

23 lines
571 B
Makefile

# New ports collection makefile for: GinGin
# Date created: 2008-02-26
# Whom: Thinker K.F. Li <thinker@cowboy.branda.to>
#
# $FreeBSD$
#
PORTNAME= GinGin
PORTVERSION= 0.9.9
CATEGORIES= www
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= thinker@branda.to
COMMENT= GinGin is a hybrid of WIKI and BLOG system
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/mez_xml/__init__.py:${PORTSDIR}/devel/py-mez_xml
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mez_xml/__init__.py:${PORTSDIR}/devel/py-mez_xml
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>