2021-10-25 15:07:49 +00:00

24 lines
336 B
Makefile

# $OpenBSD: Makefile,v 1.10 2021/10/25 15:07:49 sthen Exp $
COMMENT= YAML-1.1 parser and emitter for PHP
DISTNAME= yaml-2.2.2
DIST_SUBDIR= pecl
CATEGORIES= textproc
# PHP
PERMIT_PACKAGE= Yes
WANTLIB += yaml-0
MODULES= lang/php/pecl
MODPHP_DO_SAMPLE= yaml
LIB_DEPENDS= devel/libyaml
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>