freebsd-ports/devel/p5-Term-RawInput/Makefile
Frederic Culot 4cba0bf8a0 Term::RawInput is a simple drop-in replacement for <STDIN> in scripts
with the additional ability to capture and return the non-standard keys
like 'End', 'Escape', 'Insert', etc.

WWW: http://search.cpan.org/dist/Term-RawInput/

This new port is needed to update devel/p5-Term-Menus.

Approved by:	sahil@/wen@ (mentors, implicit)
Feature safe:	yes
2011-02-06 14:07:03 +00:00

25 lines
587 B
Makefile

# New ports collection makefile for: devel/p5-Term-RawInput
# Date created: 2011-02-06
# Whom: Frederic Culot <culot@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Term-RawInput
PORTVERSION= 1.14
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/R/RE/REEDFISH/
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Drop-in replacement for <STDIN> with handling of non-standard keys
BUILD_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Term::RawInput.3
.include <bsd.port.mk>