Edit

IABSD.fr/ports/databases/py-sql/Makefile

Branch :

  • Show log

    Commit

  • Author : jasper
    Date : 2015-04-02 14:21:12
    Hash : 5e916005
    Message : - switch to MODPY_PI

  • databases/py-sql/Makefile
  • # $OpenBSD: Makefile,v 1.2 2015/04/02 14:21:13 jasper Exp $
    
    COMMENT=		library to write SQL queries
    
    MODPY_EGG_VERSION=	0.2
    DISTNAME=		python-sql-${MODPY_EGG_VERSION}
    PKGNAME=		py-sql-${MODPY_EGG_VERSION}
    
    CATEGORIES=		databases
    
    MODPY_PI =		Yes
    HOMEPAGE=		https://pypi.python.org/pypi/python-sql/
    
    # BSD
    PERMIT_PACKAGE_CDROM=	Yes
    
    MODULES=		lang/python
    
    MODPY_SETUPTOOLS=	Yes
    
    .include <bsd.port.mk>