8c9f54e08e
programming languages. The bridge is intended to be fully bidirectional, allowing the Python programmer to take full advantage of the power provided by various Objective-C based toolkits and the Objective-C programmer transparent access to Python based functionality.
20 lines
646 B
Makefile
20 lines
646 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/04/25 10:40:50 adam Exp $
|
|
|
|
.include "../../devel/py-pyobjc/Makefile.common"
|
|
|
|
DISTNAME= pyobjc-framework-LaunchServices-${PYOBJC_VERS}
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://pypi.python.org/packages/source/p/pyobjc-framework-LaunchServices/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pythonhosted.org/pyobjc/
|
|
COMMENT= Bridge between Python and Objective-C (LaunchServices framework)
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c objc
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-pyobjc-core>=${PYOBJC_VERS}:../../devel/py-pyobjc-core
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|