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: Portfile 118817 2014-04-11 07:22:57Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup pure 1.0 |
---|
6 | |
---|
7 | pure.setup stllib 0.6 |
---|
8 | categories devel |
---|
9 | platforms darwin |
---|
10 | maintainers ryandesign |
---|
11 | license BSD |
---|
12 | |
---|
13 | description a Pure interface to some C++ container types |
---|
14 | |
---|
15 | long_description ${name} provides ${description}. |
---|
16 | |
---|
17 | checksums rmd160 55d6c5920923472570185324feea6fa6d71c7ce7 \ |
---|
18 | sha256 1d550764fc2f8ba6ddbd1fbd3da2d6965b69e2c992747265d9ebe4f16aa5e455 |
---|
19 | |
---|
20 | depends_build-append port:pkgconfig |
---|
21 | |
---|
22 | test.run yes |
---|
23 | test.target check |
---|