aboutsummaryrefslogtreecommitdiff
path: root/news/p5-NNML/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-20 06:30:29 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-20 06:30:29 +0000
commit3e0a67c81ee27df3242442a704601e9e5a162bb2 (patch)
tree54700cfe839bee06134931408c57a05b69d1c684 /news/p5-NNML/Makefile
parent0cc734c4abf48d7169e661d4fae5d1b0a80e8ca7 (diff)
downloadports-3e0a67c81ee27df3242442a704601e9e5a162bb2.tar.gz
ports-3e0a67c81ee27df3242442a704601e9e5a162bb2.zip
Notes
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>