freebsd-ports/devel/p5-Term-ReadLine-Perl/Makefile
Sunpoet Po-Chuan Hsieh 8084bec184 - Add p5-Term-ReadLine-Perl 1.0303
- While I'm here, add NO_STAGE

This is a quick implementation of the minimal interface to Readline
libraries.

WWW: http://search.cpan.org/dist/Term-ReadLine-Perl/

PR:		ports/180300
Submitted by:	Anes Mukhametov <anes@anes.su>
2013-09-22 20:00:07 +00:00

20 lines
445 B
Makefile

# Created by: Anes Mukhametov <anes@anes.su>
# $FreeBSD$
PORTNAME= Term-ReadLine-Perl
PORTVERSION= 1.0303
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= anes@anes.su
COMMENT= Quick implementation of the minimal interface to Readline libraries
BUILD_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_STAGE= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>