5aab342f07
- Add NO_ARCH Changes: https://github.com/sebastianbergmann/phpunit-mock-objects/blob/master/ChangeLog.md
25 lines
520 B
Makefile
25 lines
520 B
Makefile
PORTNAME= PHPUnit_MockObject
|
|
PORTVERSION= 6.1.2
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Mock Object library for PHPUnit
|
|
WWW= https://github.com/sebastianbergmann/phpunit-mock-objects
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= pear:env
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sebastianbergmann
|
|
GH_PROJECT= phpunit-mock-objects
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DATADIR}
|
|
cd ${WRKSRC}/src/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|