92a53daa89
This is new stable release of PHP. Please refer UPGRADING file for changes and updating. PHP is an HTML-embedded scripting language. It is modular, with some object-oriented features. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The language is designed to allow web developers to write dynamically generated pages quickly. This package provices PHP version 5.5.x.
15 lines
366 B
Makefile
15 lines
366 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2013/07/29 16:41:02 taca Exp $
|
|
|
|
BUILDLINK_TREE+= php
|
|
|
|
.if !defined(PHP_BUILDLINK3_MK)
|
|
PHP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.php+= php>=5.5.0<5.6
|
|
BUILDLINK_ABI_DEPENDS.php+= php>=5.5.0<5.6
|
|
BUILDLINK_PKGSRCDIR.php?= ../../lang/php55
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.endif # PHP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -php
|