# -*-perl-*-

package.DTAv2SDKPHP = {
    interfaces = (1.0);

    build-system = braziltools;
    build-environment = {
        chroot = basic;
        network-access = blocked;
    };

    build-tools = {
        1.0 = {
            BrazilTools = 2.2;
        };
    };

    dependencies = {
        1.0 = {
            PHP = 5.3.x;

            # Needed for logging
            Monolog = 1.x;
        };
    };

    test-dependencies = {
        1.0 = {
            PHPunit = 3.7.x;
        };
    };

    targets = {
        # Congratulations on your new Brazil package!  If you are unsure of
        # how to get started, please refer to the Config file documentation:
        # https://w.amazon.com/?BrazilBuildSystem/Reference/ConfigFile
        #
        # Once you are ready to start adding targets to your new package, see:
        # https://w.amazon.com/?BrazilBuildSystem/Reference/TargetTypeDefinitions
    };
};
