Skip to content
Permalink
Browse files

py-srs: add modeline, adjust whitespace

  • Loading branch information
reneeotten authored and cjones051073 committed Apr 9, 2019
1 parent ff9d3ea commit 7bfe51dc42fef41e3d1353bf760de5247d4ab35e
Showing with 19 additions and 17 deletions.
  1. +19 −17 python/py-srs/Portfile
@@ -1,25 +1,27 @@
PortSystem 1.0
PortGroup python 1.0
# -*- 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

name py-srs
version 0.30.9
categories-append mail
license PSF
platforms darwin
supported_archs noarch
maintainers nomaintainer
description Sender Rewriting Scheme in Python
long_description ${description}
PortSystem 1.0
PortGroup python 1.0

homepage http://bmsi.com/python/pysrs.html
master_sites http://bmsi.com/python/
distname pysrs-${version}
checksums md5 d72c9d04ae8369ec8fc604dfba2fa069
name py-srs
version 0.30.9
categories-append mail
license PSF
platforms darwin
supported_archs noarch
maintainers nomaintainer
description Sender Rewriting Scheme in Python
long_description ${description}

python.versions 27
homepage http://bmsi.com/python/pysrs.html
master_sites http://bmsi.com/python/
distname pysrs-${version}
checksums md5 d72c9d04ae8369ec8fc604dfba2fa069

python.versions 27

if {${name} ne ${subport}} {
post-destroot {
post-destroot {
xinstall -m 644 -W ${worksrcpath} CHANGES PKG-INFO \
${destroot}${prefix}/share/doc/${subport}
}

0 comments on commit 7bfe51d

Please sign in to comment.
You can’t perform that action at this time.