d226a3e5b6
- remove dependency on Storable (which is bundled with all supported perl versions) - convert header to the new layout Changes in 0.06: http://cpansearch.perl.org/src/TJENNESS/Crypt-PassGen-0.06/ChangeLog Feature safe: yes
16 lines
302 B
Makefile
16 lines
302 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-PassGen
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Crypt::PassGen - Generate a random password that looks like a real word
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Crypt::PassGen.3
|
|
|
|
.include <bsd.port.mk>
|