18 lines
522 B
Makefile
18 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.14 2017/09/04 18:08:21 wiz Exp $
|
|
|
|
DISTNAME= setuptools_trial-0.6.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools_trial/}
|
|
|
|
MAINTAINER= gdt@ir.bbn.com
|
|
HOMEPAGE= https://pypi.python.org/pypi/setuptools_trial/
|
|
COMMENT= Setuptools plugin for Twisted-based unit tests
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|