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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.setup Data-Stag 0.11 Data/CMUNGALL/ |
---|
8 | name p5-data-stag |
---|
9 | maintainers tonym.us:tonym openmaintainer |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | description Perl module for manipulating data as hierarchical tag/value pairs |
---|
13 | |
---|
14 | long_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 | |
---|
19 | checksums md5 6bfa3cf196b69180d04602e956f8b626 \ |
---|
20 | sha1 c18c48ba794f47537d98dcc32e33d0d21a09ee44 \ |
---|
21 | rmd160 45c92b1b299b836786f6d0da26cb7a1040317cbf |
---|
22 | |
---|
23 | test.run yes |
---|
24 | test.cmd make |
---|
25 | test.target test |
---|