aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Sys-Sig/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-10-02 14:51:46 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-10-02 14:51:46 +0000
commit071aa5748a27ad3e5824fa1e361471012097d7c4 (patch)
tree3f37c7e7506e980d56b94600c459d2b2eebe8d45 /devel/p5-Sys-Sig/Makefile
parent6d445cf649e94c24ad85d0ee42f9e1226c12bef2 (diff)
downloadports-071aa5748a27ad3e5824fa1e361471012097d7c4.tar.gz
ports-071aa5748a27ad3e5824fa1e361471012097d7c4.zip
Notes
Diffstat (limited to 'devel/p5-Sys-Sig/Makefile')
-rw-r--r--devel/p5-Sys-Sig/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-Sys-Sig/Makefile b/devel/p5-Sys-Sig/Makefile
new file mode 100644
index 000000000000..db73ccfe7f39
--- /dev/null
+++ b/devel/p5-Sys-Sig/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Sys-Sig
+# Date created: 2006-09-11
+# Whom: Gea-Suan Lin <gslin@gslin.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Sys-Sig
+PORTVERSION= 0.03
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Sys
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gslin@gslin.org
+COMMENT= Return signal constants for this host
+
+PERL_CONFIGURE= yes
+
+MAN3= Sys::Sig.3
+
+.include <bsd.port.mk>