pkgsrc/devel/py-pyobjc-framework-Automator/Makefile
adam 8c9f54e08e The PyObjC project aims to provide a bridge between the Python and Objective-C
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.
2015-04-25 10:40:48 +00:00

20 lines
631 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/04/25 10:40:49 adam Exp $
.include "../../devel/py-pyobjc/Makefile.common"
DISTNAME= pyobjc-framework-Automator-${PYOBJC_VERS}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://pypi.python.org/packages/source/p/pyobjc-framework-Automator/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pythonhosted.org/pyobjc/
COMMENT= Bridge between Python and Objective-C (Automator 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"