4b2c5baeab
PasteScript is a pluggable command-line tool. It includes some built-in features; * Create file layouts for packages. For instance, paster create --template=basic_package MyPackage will create a setuptools-ready file layout. * Serving up web applications, with configuration based on paste.deploy.
20 lines
645 B
Makefile
20 lines
645 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/07/16 11:39:56 wiz Exp $
|
|
|
|
DISTNAME= PasteScript-2.0.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://pypi.python.org/packages/source/P/PasteScript/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pythonpaste.org/script/
|
|
COMMENT= Pluggable command-line frontend for setting up package file layouts
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
DEPENDS+= ${PYPKGPREFIX}-PasteDeploy-[0-9]*:../../www/py-PasteDeploy
|
|
DEPENDS+= ${PYPKGPREFIX}-Paste-[0-9]*:../../www/py-paste
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|