b6cb9f9f85
Key new features: traits, a shortened array syntax, a built-in webserver for testing purposes and more. A migration guide: http://php.net/migration54 Full changes: http://www.php.net/ChangeLog-5.php
15 lines
366 B
Makefile
15 lines
366 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2012/06/16 05:21:55 taca Exp $
|
|
|
|
BUILDLINK_TREE+= php
|
|
|
|
.if !defined(PHP_BUILDLINK3_MK)
|
|
PHP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.php+= php>=5.4.2<5.5
|
|
BUILDLINK_ABI_DEPENDS.php+= php>=5.4.2<5.5
|
|
BUILDLINK_PKGSRCDIR.php?= ../../lang/php54
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.endif # PHP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -php
|