pkgsrc/security/py-lasso/Makefile

22 lines
558 B
Makefile
Raw Normal View History

2019-08-11 15:17:48 +02:00
# $NetBSD: Makefile,v 1.35 2019/08/11 13:23:00 wiz Exp $
2009-03-03 11:53:15 +01:00
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
2019-08-11 15:17:48 +02:00
PKGREVISION= 5
COMMENT= Liberty Alliance Single Sign On binding for Python
2010-07-01 17:08:14 +02:00
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
CONFIGURE_ARGS+= --disable-php4
CONFIGURE_ARGS+= --disable-perl
2010-07-01 17:08:14 +02:00
INSTALL_DIRS= bindings/python
PY_PATCHPLIST= yes
PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.4.1
.include "../../lang/python/extension.mk"
.include "../../security/lasso/buildlink3.mk"
.include "../../security/lasso/Makefile.common"