1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/news/nzbperl/Makefile
Jimmy Olgeni 7dc406a7a1 Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
2014-07-10 12:13:11 +00:00

39 lines
981 B
Makefile

# Created by: Tim Welch <ports@thepentagon.org>
# $FreeBSD$
PORTNAME= nzbperl
PORTVERSION= 0.6.8
PORTREVISION= 1
CATEGORIES= news
MASTER_SITES= http://www.thepentagon.org/local_distfiles/ \
http://noisybox.net/computers/nzbperl/ \
ftp://ftp.foss.org.my/pub/FreeBSD/misc/
DISTNAME= ${PORTNAME}-${PORTVERSION}.pl
EXTRACT_SUFX=
MAINTAINER= ports@thepentagon.org
COMMENT= Perl script for downloading nzb files
RUN_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM \
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
uudeview:${PORTSDIR}/converters/uudeview
PLIST_FILES= bin/${PORTNAME}
NO_BUILD= yes
USES= perl5 shebangfix
USE_PERL5= run
SHEBANG_FILES= ${DISTNAME}
WRKSRC= ${WRKDIR}
OPTIONS_DEFINE= SSL
SSL_RUN_DEPENDS=p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
do-extract:
@${MKDIR} ${WRKDIR}
${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>