openbsd-ports/devel/p5-Term-Prompt/Makefile

19 lines
345 B
Makefile
Raw Normal View History

2007-11-17 16:18:41 -05:00
# $OpenBSD: Makefile,v 1.3 2007/11/17 21:18:41 simon Exp $
2006-11-13 10:19:19 -05:00
COMMENT= handles various forms of terminal input
2006-11-13 10:19:19 -05:00
MODULES= cpan
2007-11-17 16:18:41 -05:00
DISTNAME= Term-Prompt-1.04
2006-11-13 10:19:19 -05:00
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Term-ReadKey
2007-11-17 16:18:41 -05:00
2006-11-13 10:19:19 -05:00
.include <bsd.port.mk>