Lines 3-22
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= pid |
4 |
PORTNAME= pid |
5 |
PORTVERSION= 2.2.0 |
5 |
PORTVERSION= 2.2.0 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= devel python |
7 |
CATEGORIES= devel python |
7 |
MASTER_SITES= CHEESESHOP |
8 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
|
10 |
|
10 |
MAINTAINER= ports@FreeBSD.org |
11 |
MAINTAINER= mattias.lindvall@gmail.com |
11 |
COMMENT= Pidfile management for Python |
12 |
COMMENT= Pidfile management for Python |
12 |
|
13 |
|
13 |
LICENSE= APACHE20 |
14 |
LICENSE= APACHE20 |
|
|
15 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
|
16 |
|
15 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} |
17 |
USES= python |
|
|
18 |
USE_PYTHON= autoplist distutils |
16 |
|
19 |
|
17 |
NO_ARCH= yes |
20 |
NO_ARCH= yes |
18 |
|
21 |
|
19 |
USES= python |
|
|
20 |
USE_PYTHON= autoplist distutils |
21 |
|
22 |
.include <bsd.port.mk> |
22 |
.include <bsd.port.mk> |