diff options
author | will <will@FreeBSD.org> | 2001-01-01 09:32:01 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-01 09:32:01 +0000 |
commit | e94a59cacc4ae7b1492944f00cc50e0b14a3f2d9 (patch) | |
tree | 2c1eb66ec94b1080c771cdf35e743b10ff0f2597 /devel/p5-Class-Tom/pkg-descr | |
parent | 40cd521662a58fcdea8aa9d72cd7506b65741702 (diff) | |
download | FreeBSD-ports-e94a59cacc4ae7b1492944f00cc50e0b14a3f2d9.zip FreeBSD-ports-e94a59cacc4ae7b1492944f00cc50e0b14a3f2d9.tar.gz |
Add p5-Class-Tom 3.02, a perl module to transport objects from one system to
another.
Diffstat (limited to 'devel/p5-Class-Tom/pkg-descr')
-rw-r--r-- | devel/p5-Class-Tom/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/p5-Class-Tom/pkg-descr b/devel/p5-Class-Tom/pkg-descr new file mode 100644 index 0000000..ebab88c --- /dev/null +++ b/devel/p5-Class-Tom/pkg-descr @@ -0,0 +1,7 @@ +Class::Tom is a perl module that allows you to transport objects from +one system to another without requiring that the packages the object +relies on actually exist on the other machine. + +Author: James A. Duncan <j@mesduncan.co.uk> + +--will |