6725c8f996
An object oriented system using object-based, also called prototype-based, rather than class-based object oriented ideas.
15 lines
371 B
Makefile
15 lines
371 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/02/25 19:42:00 fhajny Exp $
|
|
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/proto/
|
|
COMMENT= Prototype object-based programming
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= proto
|
|
R_PKGVER= 0.3-10
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|