blob: 1905cc8c2f79cae505620806d6b5ad121cbccb0a (
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= 1.0.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A hybrid of WIKI and BLOG system
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/mez_xml/__init__.py:${PORTSDIR}/devel/py-mez_xml
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>
|