aboutsummaryrefslogblamecommitdiff
path: root/security/p5-Crypt-RandPasswd/Makefile
blob: d35f86d9ce94dea3e9c899acc7738d733bdbb537 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                 
           

                                
                    
                 
                              
                    

                   
                                    
                                                                           
 

                         
 
           

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