mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
1.1 KiB
Tcl
26 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup pure 1.0
|
|
|
|
pure.setup pure-fastcgi 0.6
|
|
revision 1
|
|
categories-append www
|
|
platforms darwin
|
|
maintainers {ryandesign @ryandesign} {gmail.com:aggraef @agraef}
|
|
license BSD
|
|
|
|
description an interface to the FastCGI library in Pure
|
|
|
|
long_description ${name} lets you write FastCGI scripts in \
|
|
Pure, to be run by web servers like Apache.
|
|
|
|
checksums rmd160 1a0ceea876a2c2d20fda1b1ef2b2743851def8e2 \
|
|
sha256 aa5789cc1e17521c01f349ee82ce2a00500e025b3f8494f89a7ebe165b5aabc7
|
|
|
|
depends_build-append port:pkgconfig
|
|
|
|
depends_lib-append port:fcgi \
|
|
port:gmp \
|
|
port:mpfr
|