blob: 7eb0f8e524d342d8c423a59be2939dbd11bc7404 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Anes Mukhametov <anes@anes.su>
# $FreeBSD$
PORTNAME= Term-ReadLine-Perl
PORTVERSION= 1.0303
PORTREVISION= 1
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:devel/p5-Term-ReadKey
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>
|