2009-03-12 20:21:04 +01:00
|
|
|
# New ports collection makefile for: buzhug
|
|
|
|
# Date created: 03 March 2009
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= buzhug
|
2010-10-05 05:03:26 +02:00
|
|
|
PORTVERSION= 1.8
|
2009-03-12 20:21:04 +01:00
|
|
|
CATEGORIES= databases python
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2009-03-12 20:21:04 +01:00
|
|
|
|
2010-10-20 07:53:20 +02:00
|
|
|
MAINTAINER= culot@FreeBSD.org
|
2009-03-12 20:21:04 +01:00
|
|
|
COMMENT= A pure-Python database engine
|
|
|
|
|
|
|
|
USE_ZIP= yes
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|