aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-dicewaregen/Makefile
blob: 5751a696b5b81d03588faa9a1b19a3e5c97ea875 (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=  5.8.8+

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>