mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
21 lines
544 B
Makefile
21 lines
544 B
Makefile
# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:59 wiz Exp $
|
|
|
|
DISTNAME= beanstalkc-0.4.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=b/beanstalkc/}
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://github.com/earl/beanstalkc
|
|
COMMENT= Simple beanstalkd client library for Python
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
REPLACE_PYTHON+= beanstalkc.py
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|