aboutsummaryrefslogtreecommitdiff
path: root/databases/buzhug/Makefile
blob: f14bec6bfee4ba09592e86bef2b9585e2d5f716b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=	buzhug
PORTVERSION=	1.8
PORTREVISION=	1
CATEGORIES=	databases python
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	culot@FreeBSD.org
COMMENT=	Pure-Python database engine

USES=		python zip
USE_PYTHON=	distutils autoplist concurrent optsuffix

.include <bsd.port.mk>