aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-IPC-Signal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-IPC-Signal/Makefile')
-rw-r--r--devel/p5-IPC-Signal/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-IPC-Signal/Makefile b/devel/p5-IPC-Signal/Makefile
new file mode 100644
index 000000000000..9739e6a83ea0
--- /dev/null
+++ b/devel/p5-IPC-Signal/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: devel/p5-IPC-Signal
+# Date created: 01 October 2006
+# Whom: Rouslan Iskhakov <rouslan@rshell.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= IPC-Signal
+PORTVERSION= 1.00
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= IPC
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= rouslan@rshell.net
+COMMENT= IPC::Signal - Utility functions dealing with signals
+
+PERL_CONFIGURE= yes
+
+MAN3= IPC::Signal.3
+
+.include <bsd.port.mk>