mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
b604459948
- Convert to autoplist - Bump PORTREVISION
19 lines
404 B
Makefile
19 lines
404 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= A database abstraction layer for Python
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|