Last change
on this file since 134925 was
134925,
checked in by khindenburg@…, 5 years ago
|
octave-time: obsolete port #46143
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
731 bytes
|
Line | |
---|
1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 134925 2015-04-11 01:29:31Z khindenburg@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | replaced_by octave-financial |
---|
6 | PortGroup obsolete 1.0 |
---|
7 | PortGroup octave 1.0 |
---|
8 | |
---|
9 | octave.setup time 2.0.0 |
---|
10 | revision 1 |
---|
11 | platforms darwin |
---|
12 | license GPL-3+ |
---|
13 | maintainers nomaintainer |
---|
14 | description Additional date manipulation tools. This a dummy \ |
---|
15 | package as transition for the financial package. |
---|
16 | long_description ${description} |
---|
17 | |
---|
18 | pre-fetch { |
---|
19 | ui_error "Please do not install this port since it has been replaced by ${replaced_by}." |
---|
20 | return -code error |
---|
21 | } |
---|
22 | |
---|
23 | livecheck.type none |
---|
Note: See
TracBrowser
for help on using the repository browser.