blob: 14942efb87d7f767e209d79f6caa077f621d729e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# ex:ts=8
# Ports collection makefile for: Term::ReadLine::Zoid
# Date created: Sep 24, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Term-ReadLine-Zoid
PORTVERSION= 0.07
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
http://zoidberg.student.utwente.nl/downloads/Term-ReadLine-Zoid/
MASTER_SITE_SUBDIR= Term
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provides an interactive input buffer written in plain PERL
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Term::ReadLine::Zoid.3 \
Term::ReadLine::Zoid::Base.3 \
Term::ReadLine::Zoid::Emacs.3 \
Term::ReadLine::Zoid::FileBrowse.3 \
Term::ReadLine::Zoid::ISearch.3 \
Term::ReadLine::Zoid::ViCommand.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= Requiers perl 5.6+, install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>
|