74c37a3337
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>
23 lines
571 B
Makefile
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>
|