19 lines
356 B
Makefile
19 lines
356 B
Makefile
# Created by: andrew@scoop.co.nz
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-GeneratePassword
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Generate secure random pronounceable passwords
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Crypt::GeneratePassword.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|