blob: 031528effa3774b280b3efa696f0f0e542ddab81 (
plain)
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: py-cdb
# Date created: 03 December 2001
# Whom: Jason R. Mastaler <jason@mastaler.com>
#
# $FreeBSD$
#
PORTNAME= cdb
PORTVERSION= 0.32
CATEGORIES= databases python
MASTER_SITES= http://pilcrow.madison.wi.us/python-${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= jason@mastaler.com
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|