summaryrefslogtreecommitdiff
path: root/converters/py-svglib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/py-svglib/Makefile')
-rw-r--r--converters/py-svglib/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/converters/py-svglib/Makefile b/converters/py-svglib/Makefile
new file mode 100644
index 000000000000..a7c35ea65c8b
--- /dev/null
+++ b/converters/py-svglib/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: py-svglib
+# Date created: 2008-11-11
+# Whom: Wen Heping <wenheping@wenheping.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= svglib
+PORTVERSION= 0.6.1
+CATEGORIES= converters python
+MASTER_SITES= CHEESESHOP \
+ http://www.dinu-gherman.net/tmp/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= wenheping@gmail.com
+COMMENT= An Library For Reading And Converting SVG
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= easy_install
+
+.include <bsd.port.mk>