freebsd-ports/devel/p5-Term-RawInput/Makefile
Andrej Zverev dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00

25 lines
569 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= CPAN: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>