1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/devel/py-dal/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

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>