Files
ports/security/p5-Crypt-RandPasswd/Makefile
T
Dmitry Marakasov b1f2fb6bd8 - Add LICENSE
- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
2020-03-27 09:32:15 +00:00

25 lines
466 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
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>