blob: 52b05aebde04930b737e000bfc587bcb792bb9c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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= A 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>
|