Lines 6-17
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= sqlalchemy |
8 |
PORTNAME= sqlalchemy |
9 |
PORTVERSION= 0.3.1 |
9 |
PORTVERSION= 0.3.3 |
10 |
CATEGORIES= databases python |
10 |
CATEGORIES= databases python |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ |
12 |
http://cheeseshop.python.org/packages/source/S/SQLAlchemy/ \ |
12 |
http://cheeseshop.python.org/packages/source/S/SQLAlchemy/ \ |
13 |
http://dryice.name/computer/FreeBSD/distfiles/ |
13 |
http://dryice.name/computer/FreeBSD/distfiles/ |
14 |
MASTER_SITE_SUBDIR= sqlalchemy |
14 |
MASTER_SITE_SUBDIR= sqlalchemy |
|
|
15 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
15 |
DISTNAME= SQLAlchemy-${PORTVERSION} |
16 |
DISTNAME= SQLAlchemy-${PORTVERSION} |
16 |
|
17 |
|
17 |
MAINTAINER= dryice@dryice.name |
18 |
MAINTAINER= dryice@dryice.name |
Lines 35-46
Link Here
|
35 |
PORTDOCS= adv_datamapping.html alphaapi.html \ |
36 |
PORTDOCS= adv_datamapping.html alphaapi.html \ |
36 |
alphaimplementation.html datamapping.html \ |
37 |
alphaimplementation.html datamapping.html \ |
37 |
dbengine.html docs.css docstrings.html \ |
38 |
dbengine.html docs.css docstrings.html \ |
38 |
index.html metadata.html \ |
39 |
documentation.html index.html metadata.html \ |
39 |
plugins.html pooling.html scripts.js \ |
40 |
plugins.html pooling.html scripts.js \ |
40 |
sqlconstruction.html style.css syntaxhighlight.css \ |
41 |
sqlconstruction.html style.css syntaxhighlight.css \ |
41 |
tutorial.html types.html unitofwork.html |
42 |
tutorial.html types.html unitofwork.html |
42 |
.endif |
43 |
.endif |
43 |
|
44 |
|
|
|
45 |
PORTEXAMPLES= adjacencytree association backref collections graphs \ |
46 |
pickle polymorph vertical |
47 |
|
44 |
.include <bsd.port.pre.mk> |
48 |
.include <bsd.port.pre.mk> |
45 |
|
49 |
|
46 |
.if defined(WITH_FIREBIRD) |
50 |
.if defined(WITH_FIREBIRD) |
Lines 72-78
Link Here
|
72 |
.endif |
76 |
.endif |
73 |
|
77 |
|
74 |
${MKDIR} ${EXAMPLESDIR} |
78 |
${MKDIR} ${EXAMPLESDIR} |
75 |
.for i in adjacencytree backref polymorph vertical |
79 |
.for i in ${PORTEXAMPLES} |
76 |
${CP} -r ${WRKSRC}/examples/${i} ${EXAMPLESDIR} |
80 |
${CP} -r ${WRKSRC}/examples/${i} ${EXAMPLESDIR} |
77 |
.endfor |
81 |
.endfor |
78 |
|
82 |
|