blob: 6d096083a82cc433cbf2f118c3e9f297a606d6e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Frank Wall <fw@moov.de>
# $FreeBSD$
PORTNAME= String-MkPasswd
PORTVERSION= 0.04
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CGRAU
PKGNAMEPREFIX= p5-
MAINTAINER= fw@moov.de
COMMENT= Random password generator
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|