mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
420 B
Makefile
22 lines
420 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= mistral@imasy.or.jp
|
|
COMMENT= Send Wake On Lan (WOL) packets to power on computers
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::Wake.3
|
|
|
|
.include <bsd.port.mk>
|