mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 lines
1.2 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 php 1.1
|
|
|
|
name php-htscanner
|
|
version 1.0.1
|
|
revision 1
|
|
categories-append www
|
|
maintainers {ryandesign @ryandesign} {mathiesen.info:macintosh @BjarneDMat} openmaintainer
|
|
license PHP-3
|
|
|
|
php.branches 5.3 5.4 5.5 5.6
|
|
php.pecl yes
|
|
|
|
description a PHP extension to enable the use of per-directory \
|
|
htaccess-like PHP configuration files
|
|
|
|
long_description ${name} is ${description}, especially useful when \
|
|
using PHP as a FastCGI executable.
|
|
|
|
checksums rmd160 3f53b8d79dd99653409dc19675bfa902b39ad71f \
|
|
sha256 c894e6bccc258ac1601530292e949991a355b68650d70cb9dba303df48a7823f
|
|
|
|
if {${name} ne ${subport}} {
|
|
use_parallel_build yes
|
|
|
|
post-destroot {
|
|
set docdir ${prefix}/share/doc/${subport}
|
|
xinstall -d ${destroot}${docdir}
|
|
xinstall -m 644 -W ${worksrcpath} CREDITS README docs/htscanner.ini ${destroot}${docdir}
|
|
}
|
|
}
|