aboutsummaryrefslogtreecommitdiff
path: root/news/p5-NNML/Makefile
blob: e7eab997e56463ccf1a4ec1fd6b858fca34c6326 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	p5-NNML
# Date created:		2006-07-14
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	NNML
PORTVERSION=	1.14
CATEGORIES=	news perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	gslin@gslin.org
COMMENT=	A minimal NNTP server

PERL_CONFIGURE=	yes

RESTRICTED=	License unknown

MAN1=		nnmirror.1 nnsync.1 overview.1
MAN3=		NNML::Server.3

.if defined(BATCH)
CONFIGURE_ARGS+=	< /dev/null
.else
IS_INTERACTIVE=	yes
.endif

.include <bsd.port.mk>