svn commit: r413835 - head/databases/pecl-memcache

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 23 06:48:39 UTC 2016


Author: sunpoet
Date: Sat Apr 23 06:48:38 2016
New Revision: 413835
URL: https://svnweb.freebsd.org/changeset/ports/413835

Log:
  - Add LICENSE
  - Update BROKEN: use lowercase for leading character

Modified:
  head/databases/pecl-memcache/Makefile

Modified: head/databases/pecl-memcache/Makefile
==============================================================================
--- head/databases/pecl-memcache/Makefile	Sat Apr 23 06:48:33 2016	(r413834)
+++ head/databases/pecl-memcache/Makefile	Sat Apr 23 06:48:38 2016	(r413835)
@@ -11,7 +11,10 @@ DIST_SUBDIR=	PECL
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Memcached extension
 
-BROKEN_powerpc64=	Does not build
+LICENSE=	PHP30
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BROKEN_powerpc64=	does not build
 
 OPTIONS_DEFINE=	EXAMPLES
 


More information about the svn-ports-all mailing list