ed6cd78ae0
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Math_Combinatorics-1.0.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Math_Combinatorics-1.0.0.tgz fetch: http://pear.php.net/get/Math_Combinatorics-1.0.0.tgz: size mismatch: expected 5787, actual 6234 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Math_Combinatorics-1.0.0.tgz [1] Approved by: portmgr (blanket)
14 lines
268 B
Makefile
14 lines
268 B
Makefile
# Created by: Zhen REN <bg1tpt@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Math_Combinatorics
|
|
PORTVERSION= 1.0.0
|
|
PORTEPOCH= 1
|
|
CATEGORIES= math pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Package that produces combinations and permutations
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|