Edit

IABSD.fr/ports/databases/postgresql-odbc/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 20:43:27
    Hash : 9fe1e38b
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • databases/postgresql-odbc/Makefile
  • # $OpenBSD: Makefile,v 1.17 2019/07/12 20:43:59 sthen Exp $
    
    COMMENT=	ODBC driver for PostgreSQL
    VERSION=	10.02.0000
    PKGNAME=	postgresql-odbc-${VERSION}
    DISTNAME=	psqlodbc-${VERSION}
    CATEGORIES=	databases
    
    HOMEPAGE=	https://odbc.postgresql.org/
    
    MAINTAINER=	Paul Irofti <pirofti@openbsd.org>
    
    # LGPL
    PERMIT_PACKAGE=	Yes
    
    MASTER_SITES=		https://ftp.postgresql.org/pub/odbc/versions/src/
    
    LIB_DEPENDS =		databases/postgresql>=10.3 \
    			databases/iodbc
    
    WANTLIB =		pq iodbc iodbcinst pthread crypto ssl
    
    CONFIGURE_STYLE=	gnu
    CONFIGURE_ARGS+=	--with-iodbc --without-unixodbc
    
    NO_TEST=		Yes
    
    .include <bsd.port.mk>