aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-ll-core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-ll-core/Makefile')
-rw-r--r--devel/py-ll-core/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/py-ll-core/Makefile b/devel/py-ll-core/Makefile
new file mode 100644
index 000000000000..1a51e7de9e43
--- /dev/null
+++ b/devel/py-ll-core/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: ll-core
+# Date created: 2005-06-23
+# Whom: Choe, Cheng-Dae
+#
+# $FreeBSD$
+#
+
+PORTNAME= ll-core
+PORTVERSION= 0.3
+CATEGORIES= devel python
+MASTER_SITES= http://ftp.livinglogic.de/core/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= whitekid@gmail.com
+COMMENT= Utility functions and classes used by the other LivingLogic packages
+
+USE_PYTHON= 2.4+
+USE_PYDISTUTILS= yes
+USE_BZIP2= yes
+
+.include <bsd.port.mk>