Ticket #37628: autopep8_select-Portfile

File autopep8_select-Portfile, 899 bytes (added by patrik.hartlen@…, 11 years ago)
Line 
1# -*- 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
2
3PortSystem          1.0
4PortGroup           select 1.0
5
6name                autopep8_select
7version             0.1
8revision            0
9categories          python
10license             BSD
11platforms           darwin
12supported_archs     noarch
13
14maintainers         gmail.com:patrik.hartlen openmaintainer
15
16description         common files for selecting default autopep8 version
17long_description \
18   This port installs files that allow 'port select' to be used to \
19   create links to the preferred default version of autopep8.
20
21homepage            http://www.macports.org/
22
23distfiles
24
25use_configure       no
26
27build               {}
28
29destroot {
30    select::install autopep8 ${filespath}/base
31    select::install autopep8 ${filespath}/none
32}
33
34livecheck.type      none