aboutsummaryrefslogtreecommitdiffstats
path: root/converters/pecl-igbinary
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-04-16 07:09:54 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-04-16 07:09:54 +0800
commit6b4732adb8857a18f05dcfb4e0f0709945c10922 (patch)
tree93a7bd0ca61d77ecc8de42b727436385cf3cf5e7 /converters/pecl-igbinary
parentf0053bcf209ae82ed63d17ab90e6a674a277cdba (diff)
downloadfreebsd-ports-gnome-6b4732adb8857a18f05dcfb4e0f0709945c10922.tar.gz
freebsd-ports-gnome-6b4732adb8857a18f05dcfb4e0f0709945c10922.tar.zst
freebsd-ports-gnome-6b4732adb8857a18f05dcfb4e0f0709945c10922.zip
- Add LICENSE_FILE
Diffstat (limited to 'converters/pecl-igbinary')
-rw-r--r--converters/pecl-igbinary/Makefile3
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>