2016-07-09 15:03:30 +02:00
|
|
|
# $NetBSD: Makefile,v 1.29 2016/07/09 13:04:04 wiz Exp $
|
2009-03-02 17:46:26 +01:00
|
|
|
|
2009-03-03 11:53:15 +01:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
2016-07-09 08:38:30 +02:00
|
|
|
PKGREVISION= 3
|
2014-01-20 17:40:25 +01:00
|
|
|
COMMENT= Liberty Alliance Single Sign On binding for Python
|
2009-03-02 17:46:26 +01:00
|
|
|
|
2010-07-01 17:08:14 +02:00
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
|
2009-03-02 17:46:26 +01:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --disable-php4
|
|
|
|
CONFIGURE_ARGS+= --disable-perl
|
|
|
|
|
2010-07-01 17:08:14 +02:00
|
|
|
INSTALL_DIRS= bindings/python
|
2009-03-02 17:46:26 +01:00
|
|
|
|
|
|
|
PY_PATCHPLIST= yes
|
2016-07-09 15:03:30 +02:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.4.1
|
2014-01-25 11:29:56 +01:00
|
|
|
|
2009-03-02 17:46:26 +01:00
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
|
|
|
|
.include "../../security/lasso/buildlink3.mk"
|
|
|
|
|
|
|
|
.include "../../security/lasso/Makefile.common"
|