aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Event-Notify/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-01-10 22:44:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-01-10 22:44:05 +0000
commitc5e9b62820de778b454d09c256482b912d3b0423 (patch)
tree20e65caf2cbf9ba73c49e01f641902d3a4946cc1 /devel/p5-Event-Notify/Makefile
parent1fdf5397c2843374a2d85e3cc71f608e6305855a (diff)
downloadports-c5e9b62820de778b454d09c256482b912d3b0423.tar.gz
ports-c5e9b62820de778b454d09c256482b912d3b0423.zip
Notes
Diffstat (limited to 'devel/p5-Event-Notify/Makefile')
-rw-r--r--devel/p5-Event-Notify/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/p5-Event-Notify/Makefile b/devel/p5-Event-Notify/Makefile
new file mode 100644
index 000000000000..c63e14d344e8
--- /dev/null
+++ b/devel/p5-Event-Notify/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: p5-Event-Notify
+# Date created: 2008-01-03
+# Whom: Masahiro Teramoto <markun@onohara.to>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Event-Notify
+PORTVERSION= 0.00004
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= Event
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= markun@onohara.to
+COMMENT= Simple Observer/Notifier
+
+BUILD_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
+RUN_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
+
+PERL_CONFIGURE= yes
+
+MAN3= Event::Notify.3
+
+.include <bsd.port.mk>