aboutsummaryrefslogtreecommitdiff
path: root/devel/py-mwlib.ext/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-12-24 19:39:26 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-12-24 19:39:26 +0000
commitbc060c6b5318c1db8f9c9be4860b9402ba74d0d5 (patch)
tree1e3b9200e4310fa509c2218a1c10ddbdbc37c97e /devel/py-mwlib.ext/Makefile
parent1c32e7a95c6d250353b8d7404148f1f06ee7383b (diff)
downloadports-bc060c6b5318c1db8f9c9be4860b9402ba74d0d5.tar.gz
ports-bc060c6b5318c1db8f9c9be4860b9402ba74d0d5.zip
Notes
Diffstat (limited to 'devel/py-mwlib.ext/Makefile')
-rw-r--r--devel/py-mwlib.ext/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/py-mwlib.ext/Makefile b/devel/py-mwlib.ext/Makefile
new file mode 100644
index 000000000000..fcab07bab667
--- /dev/null
+++ b/devel/py-mwlib.ext/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: mwlib.ext
+# Date created: 22 Dec 2008
+# Whom: Wen Heping <wenheping@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mwlib.ext
+PORTVERSION= 0.9.1
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= wenheping@gmail.com
+COMMENT= Provide Dependencies for mwlib
+
+USE_PYTHON= 2.5+
+USE_PYDISTUTILS= easy_install
+PYEASYINSTALL_ARCHDEP= yes
+
+.include <bsd.port.mk>