openbsd-ports/infrastructure/templates/README.port
naddy 07838e78bd Fix the HTML markup produced by "make readmes" in /usr/ports.
Submitted by:	Nick Nauwelaerts <nick@wanadoo.be>
PR:		2233
2001-12-13 15:40:27 +00:00

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>