freebsd-ports/security/p5-dicewaregen/Makefile
Jimmy Olgeni fa3a17c064 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. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
2014-07-17 08:57:51 +00:00

28 lines
617 B
Makefile

# Created by: Aldis Berjoza <aldis@bsdroot.lv>
# $FreeBSD$
PORTNAME= dicewaregen
PORTVERSION= 1.3
CATEGORIES= security
MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/
PKGNAMEPREFIX= p5-
MAINTAINER= graudeejs@gmail.com
COMMENT= Simple perl script to generate Diceware dictionaries for passwords
LIB_DEPENDS+= libaspell.so:${PORTSDIR}/textproc/aspell
USES= perl5
USE_PERL5= run
PLIST_FILES= bin/${PORTNAME}
NO_BUILD= yes
WRKSRC= ${WRKDIR}/dicewaregen-${REV}
REV= 20c777eac1db
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/dicewaregen.pl \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>