forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPortfile
More file actions
32 lines (23 loc) · 845 Bytes
/
Copy pathPortfile
File metadata and controls
32 lines (23 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# -*- 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 select 1.0
name bpython_select
version 0.15
categories python
license BSD
maintainers nomaintainer
description common files for selecting default bpython version
long_description \
This port installs files that allow 'port select' to be used to \
create links to the preferred default version of bpython
platforms darwin
supported_archs noarch
homepage https://www.macports.org/
distfiles
use_configure no
build {}
destroot {
select::install bpython ${filespath}/base
select::install bpython ${filespath}/none
}
livecheck.type none