1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name atf |
---|
6 | version 0.10 |
---|
7 | categories devel |
---|
8 | platforms darwin |
---|
9 | maintainers rambiusparkisanius@gmail.com |
---|
10 | description The Automated Testing Framework |
---|
11 | long_description The Automated Testing Framework (ATF) is a collection of \ |
---|
12 | libraries and utilities designed to ease unattended \ |
---|
13 | application testing in the hands of developers and \ |
---|
14 | end users of a specific piece of software. |
---|
15 | |
---|
16 | homepage http://www.netbsd.org/~jmmv/atf/ |
---|
17 | master_sites ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/atf/${version}/ |
---|
18 | checksums md5 72160cf5e983c7b029168f2c236cc2e7 \ |
---|
19 | sha1 f3d1a689204c69dc40211d2ecce0eb4f09f8ad75 \ |
---|
20 | rmd160 2f0e2e499b87090f81a15f8f756cc48b1e8b9486 |
---|
21 | |
---|
22 | depends_lib port:xmlcatmgr |
---|
23 | |
---|
24 | destroot.args testsdir=${prefix}/share/${name}/tests |
---|
25 | |
---|