Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= oursql |
4 |
PORTNAME= oursql |
5 |
PORTVERSION= 0.9.3.1 |
5 |
PORTVERSION= 0.9.3.2 |
6 |
CATEGORIES= databases python |
6 |
CATEGORIES= databases python |
7 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 12-19
Link Here
|
12 |
|
12 |
|
13 |
LICENSE= BSD2CLAUSE |
13 |
LICENSE= BSD2CLAUSE |
14 |
|
14 |
|
15 |
USES= python |
15 |
USES= mysql python |
16 |
USE_MYSQL= client |
|
|
17 |
USE_PYTHON= autoplist distutils |
16 |
USE_PYTHON= autoplist distutils |
18 |
|
17 |
|
|
|
18 |
post-install: |
19 |
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/oursql.so |
20 |
|
19 |
.include <bsd.port.mk> |
21 |
.include <bsd.port.mk> |