1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

devel/aphpunit: Add missing PHP modules and fix link

Add the missing PHP modules posix and phar in order to work correctly.
Update wrong link in pkg-descr, thanks ade for spotting.
This commit is contained in:
Torsten Zuehlsdorff 2017-11-07 12:01:38 +00:00
parent 5d3bffed5f
commit 1a27b80b8b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453655
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= aphpunit
DISTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= devel www
MASTER_SITES= http://phar.toco-domains.de/
EXTRACT_SUFX= .phar
@ -12,7 +13,7 @@ COMMENT= Testing framework for unit tests
LICENSE= BSD2CLAUSE
USES= php
USE_PHP= pcntl sysvmsg
USE_PHP= pcntl phar posix sysvmsg
NO_ARCH= yes
NO_BUILD= yes

View File

@ -2,4 +2,4 @@ APHPUnit is a regression testing framework for PHP unit tests.
It removes many limitations the standard literature about
testing declares for years while making tests very fast.
WWW: http://gitlab.toco-domains/APHPUnit/APHPUnit
WWW: http://gitlab.toco-domains.de/tocOS/APHPUnit