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 HTML-WikiConverter-Wikispaces 0.02 |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | description Converts HTML to Wikispaces wiki markup |
---|
11 | extract.suffix .tar.gz |
---|
12 | master_sites http://search.cpan.org/CPAN/authors/id/M/MJ/MJBUDDEN |
---|
13 | checksums sha1 e0edbd979ced9c981edb90e6bc0eed3e8151d4b3 md5 c3908b42a1fffada7580c86280dea31f rmd160 34a40245210623c76189fa9a28ad4880c63cac2d |
---|
14 | depends_lib-append port:p5-html-wikiconverter |
---|
15 | |
---|