mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
25 lines
510 B
Makefile
25 lines
510 B
Makefile
PORTNAME= File_Iterator
|
|
PORTVERSION= 5.1.0
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR FileIterator implementation
|
|
WWW= https://github.com/sebastianbergmann/php-file-iterator
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= pear:env
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sebastianbergmann
|
|
GH_PROJECT= php-file-iterator
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DATADIR}
|
|
cd ${WRKSRC}/src/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|