1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/news/p5-NNML/Makefile
2014-02-06 13:28:36 +00:00

25 lines
382 B
Makefile

# Created by: 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
USES= perl5
USE_PERL5= configure
RESTRICTED= License unknown
.if defined(BATCH)
CONFIGURE_ARGS+= < /dev/null
.else
IS_INTERACTIVE= yes
.endif
.include <bsd.port.mk>