opnsense-ports/security/p5-Crypt-RandPasswd/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

20 lines
411 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= Crypt-RandPasswd
PORTVERSION= 0.04
PORTREVISION= 2
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>