18 lines
436 B
Makefile
18 lines
436 B
Makefile
# $NetBSD: Makefile,v 1.6 2013/08/30 12:56:30 joerg 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
|
|
|
|
post-extract:
|
|
echo 'exportPattern("^[^\\.]")' > ${WRKSRC}/NAMESPACE
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|