diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-15 23:09:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-15 23:09:54 +0000 |
commit | 2cd6243cf4165faf3dbe56019d353c8ede0cd66c (patch) | |
tree | 93a7bd0ca61d77ecc8de42b727436385cf3cf5e7 /converters | |
parent | ed7e268c00ba5fb5a850c97e43f58dcb6ce1176c (diff) | |
download | freebsd-ports-2cd6243cf4165faf3dbe56019d353c8ede0cd66c.zip |
- Add LICENSE_FILE
Diffstat (limited to 'converters')
-rw-r--r-- | converters/pecl-igbinary/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/pecl-igbinary/Makefile b/converters/pecl-igbinary/Makefile index 3daac9959255..c504da5b7491 100644 --- a/converters/pecl-igbinary/Makefile +++ b/converters/pecl-igbinary/Makefile @@ -13,12 +13,13 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Replacement for the standard PHP serializer LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING +IGNORE_WITH_PHP=70 USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes USE_PHPIZE= yes USES= tar:tgz -IGNORE_WITH_PHP= 70 .include <bsd.port.mk> |