diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:17:46 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:17:46 +0000 |
commit | ccbf063100dda497552c891ec2c6f2c3e2a7be28 (patch) | |
tree | 7b7cb14f7ebcc61a1cc4b02de0969d411923d421 /security/p5-dicewaregen | |
parent | 251f4ca6f14914170f3b0d23731bb82c39775a4a (diff) |
Notes
Diffstat (limited to 'security/p5-dicewaregen')
-rw-r--r-- | security/p5-dicewaregen/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-dicewaregen/Makefile b/security/p5-dicewaregen/Makefile index 2a27acb0a6e0..56459fb99041 100644 --- a/security/p5-dicewaregen/Makefile +++ b/security/p5-dicewaregen/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-dicewaregen -# Date created: 2011.05.22 -# Whom: Aldis Berjoza <aldis@bsdroot.lv> -# +# Created by: Aldis Berjoza <aldis@bsdroot.lv> # $FreeBSD$ -# PORTNAME= dicewaregen PORTVERSION= 1.3 @@ -16,7 +12,8 @@ COMMENT= A simple perl script to generate Diceware dictionaries for passwords LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/${PORTNAME} |