Files
macports-user-wms/trunk/base/tests/test/dependencies-a/Portfile
T
2012-09-11 19:07:30 +00:00

30 lines
472 B
Plaintext

# $Id$
PortSystem 1.0
name dependencies-a
version 1
categories test
maintainers pguyot@kallisys.net
description Test port for dependencies
homepage http://www.macports.org/
platforms darwin
long_description ${description}
distfiles
use_configure no
build {}
destroot {
system "touch ${destroot}${prefix}/lib/${name}"
}
default_variants +i_want_b
variant i_want_b {
depends_lib-append port:dependencies-b
}
test {
# testing consists in processing dependencies
}