15 lines
366 B
Makefile
15 lines
366 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/04/15 13:16:35 brook Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/combinat/
|
|
COMMENT= Routines for combinatorics
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= combinat
|
|
R_PKGVER= 0.0-8
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|