b8ef1109ae
DESCR: Prothon is a fresh new language that gets rid of classes altogether in the same way that Self does and regains the original practical and fun sensibility of Python. This major improvement plus many minor ones make for a clean new revolutionary break in language development. Prothon is quite simple and yet offers the power of Python and Self. Prothon is also an industrial-strength alternative to Python and Self. Prothon uses native threads and a 64-bit architecture to maximize performance in applications such as multiple-cpu hosting.
20 lines
485 B
Makefile
20 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/03/27 23:54:25 mpasternak Exp $
|
|
#
|
|
|
|
DISTNAME= prothon-115
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://prothon.org/pub/prothon/
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://www.prothon.org/
|
|
COMMENT= Classless prototype-based programming language
|
|
|
|
BUILD_DEPENDS+= bison13>=1.35:../../wip/bison13
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNU_TOOLS+= make
|
|
|
|
.include "../../devel/apr/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|