2013-05-13 11:50:36 +02:00
|
|
|
# Created by: Zhen REN <bg1tpt@gmail.com>
|
2007-05-29 18:12:27 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Math_Combinatorics
|
2008-12-22 23:29:30 +01:00
|
|
|
PORTVERSION= 1.0.0
|
|
|
|
PORTEPOCH= 1
|
2007-05-29 18:12:27 +02:00
|
|
|
CATEGORIES= math pear
|
|
|
|
|
2010-04-25 21:03:52 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-05-29 18:12:27 +02:00
|
|
|
COMMENT= A package that produces combinations and permutations
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2013-05-13 11:50:36 +02:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2007-05-29 18:12:27 +02:00
|
|
|
|
2013-05-13 11:50:36 +02:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2007-05-29 18:12:27 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|