Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= pefile |
8 |
PORTNAME= pefile |
9 |
DISTVERSION= 1.2.10-63 |
9 |
DISTVERSION= 1.2.10-89 |
10 |
CATEGORIES= devel python |
10 |
CATEGORIES= devel python |
11 |
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} |
11 |
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} |
12 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
12 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 15-22
Link Here
|
15 |
COMMENT= A python module to read and work with PE files |
15 |
COMMENT= A python module to read and work with PE files |
16 |
|
16 |
|
17 |
USE_PYTHON= yes |
17 |
USE_PYTHON= yes |
18 |
USE_PYDISTUTILS=yes |
18 |
USE_PYDISTUTILS= yes |
19 |
PYDISTUTILS_EGGINFO= ${PORTNAME}-${DISTVERSION:C/\-/_/g}-py${PYTHON_VER}.egg-info |
19 |
PYDISTUTILS_EGGINFO= ${PORTNAME}-${DISTVERSION:C/-/_/g}-py${PYTHON_VER}.egg-info |
20 |
|
20 |
|
21 |
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} |
21 |
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} |
22 |
|
22 |
|