aboutsummaryrefslogtreecommitdiff
path: root/news/p5-NNML/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/p5-NNML/Makefile')
-rw-r--r--news/p5-NNML/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/news/p5-NNML/Makefile b/news/p5-NNML/Makefile
deleted file mode 100644
index 678819d11338..000000000000
--- a/news/p5-NNML/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Gea-Suan Lin <gslin@gslin.org>
-# $FreeBSD$
-
-PORTNAME= NNML
-PORTVERSION= 1.14
-CATEGORIES= news perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Minimal NNTP server
-
-DEPRECATED= Unmaintained interactive port
-EXPIRATION_DATE=2014-08-20
-
-USES= perl5
-USE_PERL5= configure
-
-RESTRICTED= License unknown
-
-.if defined(BATCH)
-CONFIGURE_ARGS+= < /dev/null
-.else
-IS_INTERACTIVE= yes
-.endif
-
-.include <bsd.port.mk>