mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
111af26af5
PR: 130611 Submitted by: Yoshihiko Sarumaru <sarumaru@jp.FreeBSD.org> (maintainer)
22 lines
424 B
Makefile
22 lines
424 B
Makefile
# 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.02
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sarumaru@jp.FreeBSD.org
|
|
COMMENT= Send Wake On Lan (WOL) packets to power on computers
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::Wake.3
|
|
|
|
.include <bsd.port.mk>
|