This diffs adds the python3 flavor.
The regress dependencies would need to be updated.

Eric.

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/py-beaker/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile    31 Dec 2011 15:10:35 -0000      1.8
+++ Makefile    12 Mar 2012 20:10:44 -0000
@@ -20,13 +20,16 @@
 
 MODULES =      lang/python
 
-RUN_DEPENDS =  security/py-crypto
-REGRESS_DEPENDS = databases/py-sqlalchemy \
-                 devel/py-coverage \
-                 devel/py-mock \
-                 devel/py-nose \
-                 misc/py-memcached \
-                 www/py-webtest \
+FLAVORS =      python3
+FLAVOR ?=
+
+RUN_DEPENDS =  security/py-crypto${MODPY_FLAVOR}
+REGRESS_DEPENDS = databases/py-sqlalchemy${MODPY_FLAVOR} \
+                 devel/py-coverage${MODPY_FLAVOR} \
+                 devel/py-mock${MODPY_FLAVOR} \
+                 devel/py-nose${MODPY_FLAVOR} \
+                 misc/py-memcached${MODPY_FLAVOR} \
+                 www/py-webtest${MODPY_FLAVOR} \
                  ${RUN_DEPENDS}
 
 MODPY_SETUPTOOLS = Yes

Reply via email to