2011-12-28 02:38:58 +00:00
|
|
|
# -*- 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
|
2022-09-09 08:31:39 -04:00
|
|
|
PortGroup stub 1.0
|
2011-12-28 02:38:58 +00:00
|
|
|
PortGroup select 1.0
|
|
|
|
|
|
|
|
|
|
name bpython_select
|
2016-05-26 18:15:03 +00:00
|
|
|
version 0.15
|
2022-09-09 08:31:39 -04:00
|
|
|
revision 1
|
2011-12-28 02:38:58 +00:00
|
|
|
categories python
|
2022-09-09 08:31:39 -04:00
|
|
|
supported_archs noarch
|
2022-11-09 22:27:14 +11:00
|
|
|
platforms any
|
2011-12-28 02:38:58 +00:00
|
|
|
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
|
|
|
|
|
|
2022-09-09 08:31:39 -04:00
|
|
|
post-destroot {
|
2011-12-28 02:38:58 +00:00
|
|
|
select::install bpython ${filespath}/base
|
|
|
|
|
select::install bpython ${filespath}/none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
livecheck.type none
|