07838e78bd
Submitted by: Nick Nauwelaerts <nick@wanadoo.be> PR: 2233
32 lines
373 B
Plaintext
32 lines
373 B
Plaintext
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<html><head><title>The %%PORT%% port</title></head>
|
|
<body>
|
|
|
|
<h1>The %%PORT%% port</h1>
|
|
|
|
<H2>
|
|
%%PKG%%
|
|
--
|
|
%%COMMENT%%
|
|
</H2>
|
|
<H2>Description</H2>
|
|
|
|
<pre>
|
|
%%DESCR%%
|
|
</pre>
|
|
<p>
|
|
%%HOMEPAGE%%
|
|
</p>
|
|
|
|
<H2>Build dependencies</H2>
|
|
<ul>
|
|
%%BUILD_DEPENDS%%
|
|
</ul>
|
|
|
|
<H2>Run dependencies</H2>
|
|
<ul>
|
|
%%RUN_DEPENDS%%
|
|
</ul>
|
|
|
|
</body></html>
|