aboutsummaryrefslogtreecommitdiff
path: root/security/p5-dicewaregen/Makefile
blob: 2a27acb0a6e0b1e451ffe6045106d28d41de1151 (plain) (blame)
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
29
30
# New ports collection makefile for:	p5-dicewaregen
# Date created:				2011.05.22
# Whom:					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+=	aspell:${PORTSDIR}/textproc/aspell

USE_PERL5_RUN=	yes

PLIST_FILES=	bin/${PORTNAME}

NO_BUILD=	yes
WRKSRC=		${WRKDIR}/dicewaregen-${REV}
REV=		20c777eac1db

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/dicewaregen.pl ${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>