aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-NetSend/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-NetSend/Makefile')
-rw-r--r--net/p5-Net-NetSend/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/net/p5-Net-NetSend/Makefile b/net/p5-Net-NetSend/Makefile
deleted file mode 100644
index d6102a97bdb0..000000000000
--- a/net/p5-Net-NetSend/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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>