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 HTTP-Server-Simple-PSGI 0.14 ../by-authors/id/M/MI/MIYAGAWA |
---|
8 | platforms darwin |
---|
9 | maintainers di.uminho.pt:jpo openmaintainer |
---|
10 | license perl |
---|
11 | |
---|
12 | description PSGI handler for HTTP::Server::Simple |
---|
13 | |
---|
14 | long_description \ |
---|
15 | HTTP::Server::Simple::PSGI is a HTTP::Server::Simple based HTTP \ |
---|
16 | server that can run PSGI applications. |
---|
17 | |
---|
18 | checksums sha1 9ecb8a3e07502d8a7351ee8cf199a76655d382c6 \ |
---|
19 | rmd160 1a04e62dae76969b9726d90ad37ae17b94850c03 |
---|
20 | |
---|
21 | depends_lib-append port:p5-http-server-simple |
---|
22 | |
---|
23 | # vim:set ai ts=4 sw=4 sts=4 et: |
---|