mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
- Retire databases/freetds-msdblib port (no longer needed, recently updated upstream version has necessary compat option which is now enabled in the freetds port) - Fix LIB_DEPENDS in dependent ports - Bump PORTREVISION in freetds and dependent ports PR: 193850 Submitted by: 5u623l20@gmail.com (maintainer)
24 lines
553 B
Makefile
24 lines
553 B
Makefile
# Created by: Hye-Shik Chang <perky@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mssql
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pymssql-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python database interface for simple MS-SQL access
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libsybdb.so:${PORTSDIR}/databases/freetds
|
|
|
|
USES= dos2unix python:2
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
DOS2UNIX_FILES= mssqldbmodule.c
|
|
|
|
.include <bsd.port.mk>
|