Ticket #26529: Portfile

File Portfile, 1.0 KB (added by tonym@…, 14 years ago)

Portfile

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$
3
4PortSystem          1.0
5PortGroup           perl5 1.0
6
7perl5.setup         Data-Stag 0.11 Data/CMUNGALL/
8name                p5-data-stag
9maintainers         tonym.us:tonym openmaintainer
10platforms           darwin
11
12description         Perl module for manipulating data as hierarchical tag/value pairs
13
14long_description    This module is for manipulating data as hierarchical \
15                    tag/value pairs (Structured TAGs or Simple Tree AGgreggates). \
16                    These datastructures can be represented as nested arrays, \
17                    which have the advantage of being native to perl.
18
19checksums           md5     6bfa3cf196b69180d04602e956f8b626 \
20                    sha1    c18c48ba794f47537d98dcc32e33d0d21a09ee44 \
21                    rmd160  45c92b1b299b836786f6d0da26cb7a1040317cbf
22
23test.run            yes
24test.cmd            make
25test.target         test