aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-combinat/Makefile
blob: 40f5d8cfda2e46fe3e20e6dbd1d62bd925eedd67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Pedro Giffuni
# $FreeBSD$

PORTNAME=	combinat
DISTVERSION=	0.0-8
PORTREVISION=	1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	pfg@FreeBSD.org
COMMENT=	Routines for combinatorics

LICENSE=	GPLv2

USES=		cran:auto-plist

.include <bsd.port.mk>