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 CSS 1.08 |
---|
8 | platforms darwin |
---|
9 | maintainers eshamow |
---|
10 | description Object oriented access to Cascading Style Sheets (CSS) |
---|
11 | extract.suffix .tar.gz |
---|
12 | master_sites http://search.cpan.org/CPAN/authors/id/I/IA/IAMCAL |
---|
13 | checksums sha1 6b0dff68227cbc9acc8df87350bdfac0163741d1 md5 a7b0f7256254fd55a15f8ce81eda7eaf rmd160 7b234dbc8d06ab69a7d168da0ad2c742878bac4e |
---|
14 | depends_lib-append port:p5-parse-recdescent |
---|
15 | |
---|