mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
1d7e0541a4
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2 i set the IGNORE_WITH_PHP accordingly to the fallout. PR: 222165 Reported by: brnd Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D13476
23 lines
439 B
Makefile
23 lines
439 B
Makefile
# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= syck
|
|
PORTVERSION= 0.9.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PECL extension which facilitates YAML parsing
|
|
|
|
LICENSE= PHP301
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libsyck.a:textproc/syck
|
|
|
|
USES= php:pecl
|
|
USE_PHP= spl:build hash:build
|
|
IGNORE_WITH_PHP= 70 71 72
|
|
|
|
CONFIGURE_ARGS= --enable-syck
|
|
|
|
.include <bsd.port.mk>
|