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-XWiki 0.02 |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | description Convert HTML to XWiki markup |
---|
11 | extract.suffix .tar.gz |
---|
12 | master_sites http://search.cpan.org/CPAN/authors/id/P/PA/PACKI |
---|
13 | checksums sha1 1540466920de8beb214dc9aa18730e78cc8dccb0 md5 5001fb685327d1cd68e60669cefe4e07 rmd160 1f717328157e59c14d13e04de2926a30b6f95528 |
---|
14 | depends_lib-append port:p5-uri port:p5-html-wikiconverter |
---|
15 | |
---|