blob: 4aab90b9133b80b4fd1c9d8bfa3084779e1be5fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Ports collection makefile for: pear-Math_Combinatorics
# Date created: 20 May 2007
# Whom: Zhen REN <bg1tpt@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Math_Combinatorics
PORTVERSION= 1.0.0
PORTEPOCH= 1
CATEGORIES= math pear
MAINTAINER= ports@FreeBSD.org
COMMENT= A package that produces combinations and permutations
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Math
FILES= Combinatorics.php
IGNORE_WITH_PHP=4
TESTS= test_1.phpt test_2.phpt test_3.phpt test_4.phpt \
test_5.phpt test_6.phpt
EXAMPLES= example.php
_EXAMPLESDIR= docs/examples
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
|