Commits
Ryan Schmidt authored 9b71aadd957
9 9 | description An Apache module that implements the FastCGI protocol |
10 10 | license Permissive |
11 11 | |
12 12 | long_description FastCGI is a language independent, scalable, open \ |
13 13 | extension to CGI that provides high performance \ |
14 14 | without the limitations of server specific APIs. \ |
15 15 | This is the Apache module. |
16 16 | |
17 17 | homepage https://web.archive.org/web/20080906064558/http://www.fastcgi.com/ |
18 18 | platforms darwin |
19 - | master_sites macports |
19 + | master_sites macports_distfiles |
20 20 | checksums md5 a21a613dd5dacf4c8ad88c8550294fed |
21 21 | |
22 22 | depends_lib port:apache22 |
23 23 | |
24 24 | destroot.violate_mtree yes |
25 25 | |
26 26 | configure { |
27 27 | file copy ${worksrcpath}/Makefile.AP2 ${worksrcpath}/Makefile |
28 28 | reinplace "s|/usr/local/apache2|${prefix}/apache22|g" \ |
29 29 | ${worksrcpath}/Makefile |