Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= mimeparse |
4 |
PORTNAME= mimeparse |
5 |
PORTVERSION= 0.1.4 |
5 |
PORTVERSION= 1.6.0 |
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 11-18
Link Here
|
11 |
MAINTAINER= wg@FreeBSD.org |
11 |
MAINTAINER= wg@FreeBSD.org |
12 |
COMMENT= Basic functions for handling mime-types in Python |
12 |
COMMENT= Basic functions for handling mime-types in Python |
13 |
|
13 |
|
|
|
14 |
LICENSE= MIT |
15 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
16 |
|
14 |
USES= python |
17 |
USES= python |
15 |
USE_PYTHON= distutils autoplist |
18 |
USE_PYTHON= distutils autoplist |
16 |
PYDISTUTILS_EGGINFO= python_mimeparse-${PORTVERSION}-py${PYTHON_VER}.egg-info |
|
|
17 |
|
19 |
|
|
|
20 |
do-test: |
21 |
@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} python${PYTHON_VER} mimeparse_test.py) |
22 |
|
18 |
.include <bsd.port.mk> |
23 |
.include <bsd.port.mk> |