89e07f4a18
Approved by: portmgr (implicit)
17 lines
384 B
Makefile
17 lines
384 B
Makefile
# Created by: Andriy Pylypenko <bamby@sippysoft.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dal
|
|
PORTVERSION= 20081016
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://download.sippysoft.com/bamby/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bamby@sippysoft.com
|
|
COMMENT= Database abstraction layer for Python
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|