svn commit: r404164 - head/devel/pecl-ev

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 21 18:35:05 UTC 2015


Author: sunpoet
Date: Mon Dec 21 18:35:04 2015
New Revision: 404164
URL: https://svnweb.freebsd.org/changeset/ports/404164

Log:
  - Add LICENSE_FILE
  - Remove outdated IGNORE_WITH_PHP
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/pecl-ev/Makefile

Modified: head/devel/pecl-ev/Makefile
==============================================================================
--- head/devel/pecl-ev/Makefile	Mon Dec 21 18:34:59 2015	(r404163)
+++ head/devel/pecl-ev/Makefile	Mon Dec 21 18:35:04 2015	(r404164)
@@ -13,12 +13,12 @@ MAINTAINER=	johnpupu at gmail.com
 COMMENT=	Libev extension for PHP
 
 LICENSE=	PHP301
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		tar:tgz
 USE_PHP=	yes
 USE_PHP_BUILD=	yes
 USE_PHPIZE=	yes
 USE_PHPEXT=	yes
-IGNORE_WITH_PHP=52 53
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list