Files

33 lines
845 B
Tcl
Raw Permalink Normal View History

# -*- 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
2016-05-26 18:15:03 +00:00
version 0.15
categories python
license BSD
2012-11-13 04:26:02 +00:00
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
2017-08-24 07:36:14 -06:00
homepage https://www.macports.org/
distfiles
use_configure no
build {}
destroot {
select::install bpython ${filespath}/base
select::install bpython ${filespath}/none
}
livecheck.type none