diff options
author | will <will@FreeBSD.org> | 2000-08-11 13:15:09 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-08-11 13:15:09 +0800 |
commit | 801b777479f93fc0be7adddb9326000c62c904d4 (patch) | |
tree | 9ad4407a2e194b705aeb70d117ac3c30d3dccf5b /lang/Makefile | |
parent | 6bae9e736189fd590b5922fde978fc688f593557 (diff) | |
download | freebsd-ports-graphics-801b777479f93fc0be7adddb9326000c62c904d4.tar.gz freebsd-ports-graphics-801b777479f93fc0be7adddb9326000c62c904d4.tar.zst freebsd-ports-graphics-801b777479f93fc0be7adddb9326000c62c904d4.zip |
Add p5-B-Graph 0.50, a perl module that acts as a layer between Malcolm
Beattie's perl compiler (the B::* classes) and your favorite graph
layout tool.
PR: 20164
Submitted by: Leo Kim <leo@florida.sarang.net>
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 9e10aaefca8..9eda94bd880 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -70,6 +70,7 @@ SUBDIR += oo2c SUBDIR += otcl SUBDIR += p2c + SUBDIR += p5-B-Graph SUBDIR += p5-Error SUBDIR += p5-Expect SUBDIR += p5-F77 |