|
Lines 2-9
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= foolscap |
4 |
PORTNAME= foolscap |
| 5 |
PORTVERSION= 0.6.4 |
5 |
PORTVERSION= 0.8.0 |
| 6 |
PORTREVISION= 1 |
|
|
| 7 |
CATEGORIES= devel python |
6 |
CATEGORIES= devel python |
| 8 |
MASTER_SITES= http://foolscap.lothar.com/releases/ |
7 |
MASTER_SITES= http://foolscap.lothar.com/releases/ |
| 9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
Lines 15-23
Link Here
|
| 15 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
| 16 |
|
15 |
|
| 17 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl |
16 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl |
| 18 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
17 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl |
| 19 |
|
18 |
|
| 20 |
USES= python twisted |
19 |
USES= python twisted |
| 21 |
USE_PYTHON= distutils autoplist |
20 |
USE_PYTHON= autoplist distutils |
|
|
21 |
NO_ARCH= yes |
| 22 |
|
22 |
|
|
|
23 |
regression-test: build |
| 24 |
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test |
| 25 |
|
| 23 |
.include <bsd.port.mk> |
26 |
.include <bsd.port.mk> |