aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IPC-ShareLite/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-04-02 22:10:05 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-04-02 22:10:05 +0000
commit9473b21b8b799b68c6c3e0303586c0f96197f48a (patch)
tree30a385a09dbabd2bcd85443c499fef7602f9fcbb /devel/p5-IPC-ShareLite/Makefile
parent33017dbf5bde05d7931b6cc5c079e36e7aae2a34 (diff)
p5-IPC-ShareLite is a simple interface to acess shared mem.
Notes
Notes: svn path=/head/; revision=40774
Diffstat (limited to 'devel/p5-IPC-ShareLite/Makefile')
-rw-r--r--devel/p5-IPC-ShareLite/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-IPC-ShareLite/Makefile b/devel/p5-IPC-ShareLite/Makefile
new file mode 100644
index 000000000000..d4c65bff32a4
--- /dev/null
+++ b/devel/p5-IPC-ShareLite/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-IPC-ShareLite
+# Date created: April 03 2001
+# Whom: vanilla
+#
+# $FreeBSD$
+#
+
+PORTNAME= IPC-ShareLite
+PORTVERSION= 0.08
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= IPC
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= IPC::ShareLite.3
+
+.include <bsd.port.mk>