aboutsummaryrefslogtreecommitdiff
path: root/archivers/pecl-lzf
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-04-10 15:08:47 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-04-10 15:08:47 +0000
commit3fc575d9f3970c4b3d271c59b1f318d32b624b71 (patch)
tree212f770d5d8c3c8a98b9570bf5bec70ebbbd94af /archivers/pecl-lzf
parent2c5242ce188ffc61ed37118b2f79a41a85420bda (diff)
downloadports-3fc575d9f3970c4b3d271c59b1f318d32b624b71.tar.gz
ports-3fc575d9f3970c4b3d271c59b1f318d32b624b71.zip
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
Notes
Notes: svn path=/head/; revision=438175
Diffstat (limited to 'archivers/pecl-lzf')
-rw-r--r--archivers/pecl-lzf/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/archivers/pecl-lzf/Makefile b/archivers/pecl-lzf/Makefile
index 912e7d3ddd0f..1ab9e11ae560 100644
--- a/archivers/pecl-lzf/Makefile
+++ b/archivers/pecl-lzf/Makefile
@@ -4,17 +4,14 @@
PORTNAME= lzf
PORTVERSION= 1.6.5
CATEGORIES= archivers pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
DISTNAME= ${PORTNAME:tu}-${PORTVERSION}
-DIST_SUBDIR= PECL
MAINTAINER= joneum@bsdproject.de
COMMENT= Handles LZF de/compression
LICENSE= PHP301
-USES= php:ext tar:tgz
+USES= php:pecl
CONFIGURE_ARGS= --enable-lzf
WRKSRC= ${WRKDIR}/${DISTNAME:tu}