13 lines
257 B
Makefile
13 lines
257 B
Makefile
# Created by: Zhen REN <bg1tpt@gmail.com>
|
|
|
|
PORTNAME= Math_Combinatorics
|
|
PORTVERSION= 1.0.0
|
|
PORTEPOCH= 1
|
|
CATEGORIES= math pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Package that produces combinations and permutations
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|