Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
14 lines
266 B
Makefile
14 lines
266 B
Makefile
# Created by: Zhen REN <bg1tpt@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Math_Combinatorics
|
|
PORTVERSION= 1.0.0
|
|
PORTEPOCH= 1
|
|
CATEGORIES= math pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Package that produces combinations and permutations
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|