aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/p5-Net-NetSend/Makefile
blob: 83f2c10dec96fb255bface5649568886a83f28f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
# $FreeBSD$

PORTNAME=   Net-NetSend
PORTVERSION=    0.12
CATEGORIES= net-im perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= snowfly@yuntech.edu.tw
COMMENT=    Perl extension for sending Windows Popup Messages

USES=       perl5
USE_PERL5=  configure

MAN3=       Net::NetSend.3

.include <bsd.port.mk>