equal
deleted
inserted
replaced
16 # fields enclosed by brackets "[]" replaced with your own identifying |
16 # fields enclosed by brackets "[]" replaced with your own identifying |
17 # information: Portions Copyright [yyyy] [name of copyright owner] |
17 # information: Portions Copyright [yyyy] [name of copyright owner] |
18 # |
18 # |
19 # CDDL HEADER END |
19 # CDDL HEADER END |
20 # |
20 # |
21 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. |
21 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. |
22 # |
22 # |
23 |
23 |
24 set name=pkg.fmri value=pkg:/web/php-53/extension/[email protected],$(BUILD_VERSION) |
24 set name=pkg.fmri value=pkg:/web/php-53/extension/[email protected],$(BUILD_VERSION) |
25 set name=pkg.description \ |
25 set name=pkg.description \ |
26 value="PHP-APC extension provides PHP script caching for PHP" |
26 value="PHP-APC extension provides PHP script caching for PHP" |
56 file path=usr/php/5.3/modules/apc.so |
56 file path=usr/php/5.3/modules/apc.so |
57 file path=usr/php/5.3/samples/apc/apc.php mode=0555 |
57 file path=usr/php/5.3/samples/apc/apc.php mode=0555 |
58 file path=usr/php/5.3/zts-modules/apc.so |
58 file path=usr/php/5.3/zts-modules/apc.so |
59 |
59 |
60 # need generic dependency on PHP itself |
60 # need generic dependency on PHP itself |
61 depend fmri=web/[email protected] type=require |
61 depend fmri=web/[email protected]$(COMPONENT_VERSION) type=require |