mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
20 lines
360 B
Makefile
20 lines
360 B
Makefile
# 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|