aboutsummaryrefslogtreecommitdiffstats
path: root/databases/buzhug/Makefile
blob: 226ded95e10f0397af2067836a2b2cc20e628cfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    buzhug
# Date created:     03 March 2009
# Whom:         Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   buzhug
PORTVERSION=    1.5
CATEGORIES= databases python
MASTER_SITES=   SF

MAINTAINER= wenheping@gmail.com
COMMENT=    A pure-Python database engine

USE_ZIP=    yes
USE_PYTHON= yes
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>