1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/security/p5-String-MkPasswd/Makefile
Jimmy Olgeni fa3a17c064 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
2014-07-17 08:57:51 +00:00

18 lines
309 B
Makefile

# 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>