summaryrefslogtreecommitdiff
path: root/net/p5-Net-Wake/Makefile
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2001-04-15 19:15:19 +0000
committerDoug Barton <dougb@FreeBSD.org>2001-04-15 19:15:19 +0000
commitcf9046834a84e1a0433ce6f0e2646d3afd46c6bc (patch)
treee607033ad27d84e89825dbddbba555b61c578072 /net/p5-Net-Wake/Makefile
parentMove maintainership to David Chapman, maintainer of samba-devel, at the (diff)
Add p5-Net-Wake 0.01, Send Wake On Lan (WOL) packets to power on computers.
PR: 26595 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
Notes
Notes: svn path=/head/; revision=41438
Diffstat (limited to 'net/p5-Net-Wake/Makefile')
-rw-r--r--net/p5-Net-Wake/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/p5-Net-Wake/Makefile b/net/p5-Net-Wake/Makefile
new file mode 100644
index 000000000000..e3a1cac9c2c2
--- /dev/null
+++ b/net/p5-Net-Wake/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Net-Wake-0.01
+# Date created: 15 April 2001
+# Whom: Yoshihiko Sarumaru <mistral@imasy.or.jp>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-Wake
+PORTVERSION= 0.01
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= mistral@imasy.or.jp
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Net::Wake.3
+
+.include <bsd.port.mk>