d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
22 lines
537 B
Makefile
22 lines
537 B
Makefile
# $NetBSD: Makefile,v 1.17 2013/05/31 12:41:58 wiz Exp $
|
|
#
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 10
|
|
COMMENT= Libery Alliance Single Sign On binding for Python
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
|
|
|
|
CONFIGURE_ARGS+= --disable-php4
|
|
CONFIGURE_ARGS+= --disable-perl
|
|
|
|
INSTALL_DIRS= bindings/python
|
|
|
|
PY_PATCHPLIST= yes
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../security/lasso/buildlink3.mk"
|
|
|
|
.include "../../security/lasso/Makefile.common"
|