mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
c10f314307
PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
31 lines
502 B
Makefile
31 lines
502 B
Makefile
# 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>
|