1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net/p5-Net-Wake/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

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>