summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-05-09 12:11:07 +0000
committergarga <garga@FreeBSD.org>2006-05-09 12:11:07 +0000
commit341e19fb726de0fe5c59a0819e53810675a76504 (patch)
tree24408ea2c380d203b98209907a25fd12921deff6 /lang
parentcb254176c878c6726e13bffaf14e76e42b85359e (diff)
downloadFreeBSD-ports-341e19fb726de0fe5c59a0819e53810675a76504.zip
FreeBSD-ports-341e19fb726de0fe5c59a0819e53810675a76504.tar.gz
Add lang/erlang-lite, a meta-port to lang/erlang that installs it without X11,
JAVA and ODBC, reducing a log dependencies. PR: ports/96690 Submitted by: Shaun Amott <shaun@inerd.com>
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/erlang-lite/Makefile17
2 files changed, 18 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 482f366..f3e07d2 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -45,6 +45,7 @@
SUBDIR += eperl
SUBDIR += erlang
SUBDIR += erlang-doc
+ SUBDIR += erlang-lite
SUBDIR += execline
SUBDIR += expect
SUBDIR += ezm3
diff --git a/lang/erlang-lite/Makefile b/lang/erlang-lite/Makefile
new file mode 100644
index 0000000..6909de9
--- /dev/null
+++ b/lang/erlang-lite/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: erlang-lite
+# Date created: 2006-05-02
+# Whom: Shaun Amott <shaun@inerd.com>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -lite
+
+WITHOUT_JAVA= yes
+WITHOUT_X11= yes
+WITHOUT_ODBC= yes
+
+CONFLICTS= erlang-r[0-9]*
+MASTERDIR= ${.CURDIR}/../erlang
+
+.include "${MASTERDIR}/Makefile"
OpenPOWER on IntegriCloud