blob: 0c691249b4bbc09230e4473763e227b58f1a6638 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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-im perl5
MASTER_SITES= CPAN
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.mk>
|