svn commit: r379758 - head/devel/pecl-runkit
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Feb 24 06:19:47 UTC 2015
Author: vanilla
Date: Tue Feb 24 06:19:46 2015
New Revision: 379758
URL: https://svnweb.freebsd.org/changeset/ports/379758
QAT: https://qat.redports.org/buildarchive/r379758/
Log:
1: add LICENSE.
2: strip binary.
3: switch to USES=tar:tgz
Modified:
head/devel/pecl-runkit/Makefile
Modified: head/devel/pecl-runkit/Makefile
==============================================================================
--- head/devel/pecl-runkit/Makefile Tue Feb 24 06:17:13 2015 (r379757)
+++ head/devel/pecl-runkit/Makefile Tue Feb 24 06:19:46 2015 (r379758)
@@ -6,18 +6,23 @@ PORTVERSION= 0.9
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
-DISTNAME= runkit-${PORTVERSION}
-EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= ports at FreeBSD.org
COMMENT= PECL extension to modify constants, user-defined functions, and classes
+LICENSE= PHP30
+
+USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= runkit
+DEFAULT_VERSIONS+= php=53
IGNORE_WITH_PHP= 54 55 56
CONFIGURE_ARGS= --enable-runkit=classkit
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list