pkgsrc/security/py-lasso/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

21 lines
559 B
Makefile

# $NetBSD: Makefile,v 1.23 2014/05/29 23:37:26 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 13
COMMENT= Liberty Alliance Single Sign On binding for Python
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
CONFIGURE_ARGS+= --disable-php4
CONFIGURE_ARGS+= --disable-perl
INSTALL_DIRS= bindings/python
PY_PATCHPLIST= yes
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.3.6
.include "../../lang/python/extension.mk"
.include "../../security/lasso/buildlink3.mk"
.include "../../security/lasso/Makefile.common"