freebsd-ports/security/p5-Crypt-RandPasswd/Makefile
2021-04-06 16:31:07 +02:00

23 lines
454 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
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
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
post-patch:
@${RM} ${WRKSRC}/lib/Crypt/RandPasswd.pm.orig
.include <bsd.port.mk>