Ticket #45143: Portfile

File Portfile, 824 bytes (added by agraef (Albert Graef), 10 years ago)

pure-stllib Portfile, corrected

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