16 lines
264 B
Makefile
16 lines
264 B
Makefile
# $OpenBSD: Makefile,v 1.12 2013/10/11 23:49:16 naddy Exp $
|
|
|
|
COMMENT= ask passwords from perl
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Term-ReadPassword-0.11
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
TEST_IS_INTERACTIVE= Yes
|
|
|
|
.include <bsd.port.mk>
|