5828ab469c
This package and lang/php5 aren't installed at the same time. Setting PHP_VERSION_DEFAULT as "5" or "53" to select PHP 5.2.x or 5.3.x. 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.
15 lines
362 B
Makefile
15 lines
362 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/03/16 15:31:58 taca Exp $
|
|
|
|
BUILDLINK_TREE+= php
|
|
|
|
.if !defined(PHP_BUILDLINK3_MK)
|
|
PHP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.php+= php>=5.3.2
|
|
BUILDLINK_ABI_DEPENDS.php+= php>=5.3.2
|
|
BUILDLINK_PKGSRCDIR.php?= ../../lang/php53
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.endif # PHP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -php
|