19 lines
340 B
Makefile
19 lines
340 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/14 11:31:45 robert Exp $
|
||
|
|
||
|
COMMENT= generate pronounceable passwords
|
||
|
|
||
|
MODULES= cpan
|
||
|
DISTNAME= Text-Password-Pronounceable-0.30
|
||
|
|
||
|
CATEGORIES= security
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
USE_GROFF = Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|