freebsd-ports/security/p5-Crypt-RandPasswd/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

20 lines
411 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= Crypt-RandPasswd
PORTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Implementation of the Automated Password Generator standard
USES= perl5
USE_PERL5= configure
post-patch:
@${RM} ${WRKSRC}/lib/Crypt/RandPasswd.pm.orig
.include <bsd.port.mk>