|
Lines 2-9
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= construct |
4 |
PORTNAME= construct |
| 5 |
PORTVERSION= 2.06 |
5 |
PORTVERSION= 2.5.2 |
| 6 |
PORTREVISION= 1 |
|
|
| 7 |
CATEGORIES= devel python |
6 |
CATEGORIES= devel python |
| 8 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
| 9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
Lines 11-16
Link Here
|
| 11 |
MAINTAINER= p.florczyk@adminworkshop.pl |
10 |
MAINTAINER= p.florczyk@adminworkshop.pl |
| 12 |
COMMENT= Python module for parsing and building of data structures |
11 |
COMMENT= Python module for parsing and building of data structures |
| 13 |
|
12 |
|
|
|
13 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six |
| 14 |
|
| 14 |
USES= python |
15 |
USES= python |
| 15 |
USE_PYTHON= distutils autoplist |
16 |
USE_PYTHON= distutils autoplist |
| 16 |
|
17 |
|