summaryrefslogtreecommitdiff
path: root/lang/erlang/Makefile
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-04-29 23:47:45 +0000
committerjtb <jtb@pkgsrc.org>2003-04-29 23:47:45 +0000
commit820df7e27d1157eeba21319d28eb9f7e800e508e (patch)
tree689e6f7e43ac358d9ca8b5978e7052cf737d84fc /lang/erlang/Makefile
parentcbe91b57e101e51d4297df1362294af4767e0582 (diff)
downloadpkgsrc-820df7e27d1157eeba21319d28eb9f7e800e508e.tar.gz
Initial import of erlang-9.1.
Erlang is a programming language which has many features more commonly associated with an operating system than with a programming language: concurrent processes, scheduling, memory management, distribution, networking, etc. The initial open-source Erlang release contains the implementation of Erlang, as well as a large part of Ericsson's middleware for building distributed high-availability systems.
Diffstat (limited to 'lang/erlang/Makefile')
-rw-r--r--lang/erlang/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile
new file mode 100644
index 00000000000..2ab2136963b
--- /dev/null
+++ b/lang/erlang/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/04/29 23:47:45 jtb Exp $
+
+DISTNAME= otp_src_R9B-1
+PKGNAME= erlang-9.1
+CATEGORIES= lang
+MASTER_SITES= http://www.erlang.org/download/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.erlang.org
+COMMENT= concurrent functional programming language
+
+DIST_SUBDIR= erlang
+
+USE_BUILDLINK2= yes
+USE_X11= yes
+USE_PERL5= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+.include "../../mk/pthread.buildlink2.mk"
+.include "../../security/openssl/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"