e1555011ab
Approved by: portmgr (implicit)
15 lines
324 B
Makefile
15 lines
324 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= buzhug
|
|
PORTVERSION= 1.8
|
|
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
|
|
|
|
.include <bsd.port.mk>
|