Files

25 lines
771 B
Tcl
Raw Permalink Normal View History

2018-10-21 01:33:30 +02: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 09:43:43 -04:00
PortGroup stub 1.0
2018-10-21 01:33:30 +02:00
PortGroup select 1.0
name pew_select
version 0.1
2022-09-09 09:43:43 -04:00
revision 1
2018-10-21 01:33:30 +02:00
categories python
2022-09-09 09:43:43 -04:00
supported_archs noarch
2023-01-22 22:12:04 +11:00
platforms any
2022-05-06 21:15:08 +02:00
maintainers {gmail.com:rubendibattista @rdbisme}
2018-10-21 01:33:30 +02:00
description common files for selecting default pew version
long_description \
This port installs files that allow 'port select' to be used to \
create links to the preferred default version of pew.
2022-09-09 09:43:43 -04:00
post-destroot {
2018-10-21 01:33:30 +02:00
select::install pew ${filespath}/base
select::install pew ${filespath}/none
}
livecheck.type none