mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
15 lines
355 B
Makefile
15 lines
355 B
Makefile
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
|
|
WWW= https://pydal.sourceforge.net/
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|