mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
d2dd6b9eb9
PR: 138821 Submitted by: Ports Fury Feature safe: yes
24 lines
516 B
Makefile
24 lines
516 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= 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>
|