76b3ecd399
- Add NO_ARCH - Prepare for python3 counterpart Approved by: portmgr blanket
21 lines
449 B
Makefile
21 lines
449 B
Makefile
# Created by: William Grzybowski <william88@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pytest-runner
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Test support for pytest runner in setup.py
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}hgtools>=0:devel/py-hgtools
|
|
|
|
USES?= python zip
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|