diff options
author | bapt <bapt@FreeBSD.org> | 2014-11-24 05:51:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-11-24 05:51:58 +0800 |
commit | d5c7fbb4c0df1df5040be5b6d2ace048c68075a0 (patch) | |
tree | 4f6fe847fcc5880b9c36512014b117f87fccda33 /textproc/Makefile | |
parent | 4ba3358508d0f1e0a897cd450da0251c7731de65 (diff) | |
download | freebsd-ports-gnome-d5c7fbb4c0df1df5040be5b6d2ace048c68075a0.tar.gz freebsd-ports-gnome-d5c7fbb4c0df1df5040be5b6d2ace048c68075a0.tar.zst freebsd-ports-gnome-d5c7fbb4c0df1df5040be5b6d2ace048c68075a0.zip |
The pod2mdoc utility is a converter from POD into mdoc. It's meant to operate
like pod2man; however, it doesn't require a Perl installation: pod2mdoc is a
standalone ISC-licensed ISO C utility and should compile on any modern UNIX
system.
WWW: http://mdocml.bsd.lv/pod2mdoc/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 89c76f34052b..b0b614e1df9c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1142,6 +1142,7 @@ SUBDIR += plover SUBDIR += po4a SUBDIR += pocketreader + SUBDIR += pod2mdoc SUBDIR += popup SUBDIR += popup-stacks SUBDIR += ppower4 |