summaryrefslogtreecommitdiff
path: root/math/R-combinat/Makefile
blob: 3704596087c3b3fea651e6a9a60011227f7e18f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.10 2021/03/11 09:18:39 wiz Exp $

R_PKGNAME=	combinat
R_PKGVER=	0.0-8
CATEGORIES=	math

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Combinatorics utilities
LICENSE=	gnu-gpl-v2

USE_LANGUAGES=	# none
# remove on next update
DIST_SUBDIR=	R/combinat-0.0-8v2

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"