freebsd-ports/security/p5-Crypt-PassGen/Makefile
Anton Berezin d226a3e5b6 - update to 0.06
- 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
2012-10-31 10:43:23 +00:00

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>