aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-GinGin/Makefile
blob: 78e228a2ce7b12728f9f2f61d0146d7f6c7b1479 (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
# 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 python
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>