|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= mccabe |
4 |
PORTNAME= mccabe |
| 5 |
PORTVERSION= 0.3.1 |
5 |
PORTVERSION= 0.5.3 |
| 6 |
CATEGORIES= devel python |
6 |
CATEGORIES= devel python |
| 7 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
| 8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
Lines 10-16
Link Here
|
| 10 |
MAINTAINER= wg@FreeBSD.org |
10 |
MAINTAINER= wg@FreeBSD.org |
| 11 |
COMMENT= Ned's script to check McCabe complexity |
11 |
COMMENT= Ned's script to check McCabe complexity |
| 12 |
|
12 |
|
| 13 |
USES= python |
13 |
LICENSE= MIT |
|
|
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
| 15 |
|
| 16 |
BUILD_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner |
| 17 |
|
| 18 |
USES?= python |
| 14 |
USE_PYTHON= autoplist distutils |
19 |
USE_PYTHON= autoplist distutils |
|
|
20 |
NO_ARCH= yes |
| 15 |
|
21 |
|
| 16 |
.include <bsd.port.mk> |
22 |
.include <bsd.port.mk> |