mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
aa7a6c429e
With hat: portmgr
18 lines
389 B
Makefile
18 lines
389 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:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|