aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Set-Object
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-04 00:06:47 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-04 00:06:47 +0000
commit9cd3846c07232cb9169c4f22cf4c3f1afa29652b (patch)
tree849a243b9c07ebafc61b6a74708439b40a782329 /devel/p5-Set-Object
parentfc0fdab7eadb35d6b020f76f942cb527b6c5bb75 (diff)
downloadports-9cd3846c07232cb9169c4f22cf4c3f1afa29652b.tar.gz
ports-9cd3846c07232cb9169c4f22cf4c3f1afa29652b.zip
Notes
Diffstat (limited to 'devel/p5-Set-Object')
-rw-r--r--devel/p5-Set-Object/Makefile23
-rw-r--r--devel/p5-Set-Object/distinfo1
-rw-r--r--devel/p5-Set-Object/pkg-comment1
-rw-r--r--devel/p5-Set-Object/pkg-descr5
-rw-r--r--devel/p5-Set-Object/pkg-plist8
5 files changed, 38 insertions, 0 deletions
diff --git a/devel/p5-Set-Object/Makefile b/devel/p5-Set-Object/Makefile
new file mode 100644
index 000000000000..4239ddb24b0f
--- /dev/null
+++ b/devel/p5-Set-Object/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: devel/p5-Set-Object
+# Date created: 02 January 2001
+# Whom: Anton Berezin <tobez@tobez.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Set-Object
+PORTVERSION= 1.02
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Set
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tobez@tobez.org
+
+USE_PERL5= yes
+PERL_CONFIGURE= yes
+
+MAN3= Set::Object.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Set-Object/distinfo b/devel/p5-Set-Object/distinfo
new file mode 100644
index 000000000000..ccf47aa111d4
--- /dev/null
+++ b/devel/p5-Set-Object/distinfo
@@ -0,0 +1 @@
+MD5 (Set-Object-1.02.tar.gz) = 77876ee3d8fd72f3bfe551060f9fbbb6
diff --git a/devel/p5-Set-Object/pkg-comment b/devel/p5-Set-Object/pkg-comment
new file mode 100644
index 000000000000..2ac061a82415
--- /dev/null
+++ b/devel/p5-Set-Object/pkg-comment
@@ -0,0 +1 @@
+Perl module to manage sets of objects
diff --git a/devel/p5-Set-Object/pkg-descr b/devel/p5-Set-Object/pkg-descr
new file mode 100644
index 000000000000..757ee820a0d6
--- /dev/null
+++ b/devel/p5-Set-Object/pkg-descr
@@ -0,0 +1,5 @@
+This module implements a Set of objects, that is, a collection of
+objects without duplications. It is similar to a Smalltalk IdentitySet.
+
+-Anton
+<tobez@tobez.org>
diff --git a/devel/p5-Set-Object/pkg-plist b/devel/p5-Set-Object/pkg-plist
new file mode 100644
index 000000000000..86fb329e56ea
--- /dev/null
+++ b/devel/p5-Set-Object/pkg-plist
@@ -0,0 +1,8 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set/Object/Object.so
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set/Object/Object.bs
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set/Object/autosplit.ix
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set/Object/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Set/Object.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set/Object
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Set 2>/dev/null || true