freebsd-ports/net/p5-Net-NetSend/Makefile
Renato Botelho b61df8b324 This module implements a client interface to the Windows Messenger Service,
enabling a perl5 application to talk to windows machines.
This is a pure Perl implementation
that approximates the "net send" command on Windows.

Author:	Florian Greb <greb@cpan.org>
WWW:	http://search.cpan.org/~greb/Net-NetSend-0.12/

PR:		ports/87875
Submitted by:	Tsung-Han Yeh <snowfly@yuntech.edu.tw>
2005-10-24 13:59:48 +00:00

28 lines
561 B
Makefile

# New ports collection makefile for: p5-Net-NetSend
# Date created: 2005-10-23
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
#
# $FreeBSD$
#
PORTNAME= Net-NetSend
PORTVERSION= 0.12
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Perl extension for sending Windows Popup Messages
PERL_CONFIGURE= yes
MAN3= Net::NetSend.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
BROKEN= "Doesn't build with perl < 5.6"
.endif
.include <bsd.port.post.mk>