You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
cdf6adfb60
- no livecheck, deprecated
36 lines
1.2 KiB
Tcl
36 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 python 1.0
|
|
PortGroup deprecated 1.0
|
|
|
|
name py-webstack
|
|
version 1.2.7
|
|
revision 0
|
|
categories-append www
|
|
license LGPL-2.1+
|
|
platforms darwin
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
description python module providing a simple, common API for web applications
|
|
long_description ${description}
|
|
|
|
homepage http://www.boddie.org.uk/python/WebStack.html
|
|
master_sites http://www.boddie.org.uk/python/downloads/
|
|
distname WebStack-${version}
|
|
checksums rmd160 b4c8c0116b5bb9786f0f4dd0cb55a534f1906877 \
|
|
sha256 e457718222f4066b8370052ca42cf5696c9b5b067f2576735f6100852dd4f2e4 \
|
|
size 248238
|
|
|
|
deprecated.upstream_support no
|
|
livecheck.type none
|
|
|
|
python.versions 27
|
|
|
|
if {${name} ne ${subport}} {
|
|
post-destroot {
|
|
xinstall -m 0644 -W ${worksrcpath} README.txt \
|
|
${destroot}${prefix}/share/doc/${subport}
|
|
}
|
|
}
|