How to create a port with uncompressed distfile?
Torsten Zuehlsdorff
mailinglists at toco-domains.de
Thu Nov 27 14:56:47 UTC 2014
Hello,
i've missed an dependencies. Updated version attached, problem is the same.
Greetings,
Torsten
-------------- next part --------------
# Created by: Torsten Zühlsdorff (<ports at toco-domains.de>)
# $FreeBSD$
PORTNAME= PHPUnit
PORTVERSION= 4.3.5
CATEGORIES= devel www
MASTER_SITES= https://phar.phpunit.de/ \
http://ports.toco-domains.de/
DISTNAME=phpunit-${PORTVERSION}
EXTRACT_SUFX=.phar
EXTRACT_ONLY= #none
MAINTAINER= ports at toco-domains.de
COMMENT= Testing framework for unit tests
LICENSE= BSD4CLAUSE
CONFLICTS= pear-PHPUnit-[123]*
USE_PHP= dom json spl pcre phar
NO_BUILD= yes
PLIST_FILES= bin/phpunit
WRKSRC= ${DISTDIR}
do-install:
${MKDIR} ${STAGEDIR}
(cd ${WRKSRC} && ${CP} ${DISTNAME}${EXTRACT_SUFX} ${STAGEDIR}${PREFIX}/bin/phpunit)
.include <bsd.port.mk>
-------------- next part --------------
SHA256 (phpunit-4.3.5.phar) = 993942147f1b79bfb4a006fb24b1d9f5542f11adefd4b0e01ac553759f911d40
SIZE (phpunit-4.3.5.phar) = 3328017
-------------- next part --------------
PHPUnit is a regression testing framework used by the developer
who implements unit tests in PHP. It is based upon JUnit, which
can be found at http://www.junit.org/.
WWW: http://www.phpunit.de
More information about the freebsd-ports
mailing list