Files
ports/databases/py-firebirdsql/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

20 lines
379 B
Makefile

# Created by: Jose Jachuf <jjachuf@gmail.com>
# $FreeBSD$
PORTNAME= firebirdsql
DISTVERSION= 1.1.3
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jjachuf@gmail.com
COMMENT= Python DBAPI module for FirebirdSQL
LICENSE= BSD2CLAUSE
NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>