1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/news/p5-NNML/Makefile
Philip M. Gollucci c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00

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>