blob: 496f29a27cb6af7ca393022bad2afebb70d37d66 (
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.8
CATEGORIES= databases python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= culot@FreeBSD.org
COMMENT= A pure-Python database engine
USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|