mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
17 lines
278 B
Makefile
17 lines
278 B
Makefile
# 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>
|