pkgsrc/lang/erlang/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

23 lines
541 B
Makefile

# $NetBSD: Makefile,v 1.3 2003/06/02 01:19:05 jschauma Exp $
DISTNAME= otp_src_R9B-1
PKGNAME= erlang-9.1
PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.erlang.org/download/
MAINTAINER= tech-pkg@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"