bind9/unit/atf-src/bootstrap/package.m4
Evan Hunt ef421f66f4 3043. [test] Merged in the NetBSD ATF test framework (currently
version 0.12) for development of future unit tests.
                        Use configure --with-atf to build ATF internally
                        or configure --with-atf=prefix to use an external
                        copy.  [RT #23209]
2011-02-26 02:26:33 +00:00

6 lines
292 B
Text

# Signature of the current package.
m4_define(AT_PACKAGE_NAME, Automated Testing Framework)
m4_define(AT_PACKAGE_TARNAME, atf)
m4_define(AT_PACKAGE_VERSION, 0.12)
m4_define(AT_PACKAGE_STRING, Automated Testing Framework 0.12)
m4_define(AT_PACKAGE_BUGREPORT, atf-devel@NetBSD.org)