Ticket #318: Portfile

File Portfile, 314 bytes (added by lomion@…, 21 years ago)

portfile adds long_description

Line 
1PortSystem 1.0
2name            rman
3version         3.0.9
4categories      textproc
5maintainers     lomifeh@earthlink.net
6description     A manpage format converter.
7
8master_sites    http://polyglotman.sourceforge.net/
9checksums       md5 f29a3bde5b35d1624f41357b96262f8f
10
11patchfiles      patch-Makefile
12
13configure {}
14
15contents {
16        bin/rman
17        man/man1/rman.1
18}