c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
31 lines
778 B
Makefile
31 lines
778 B
Makefile
# 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= CPAN \
|
|
http://zoidberg.student.utwente.nl/downloads/Term-ReadLine-Zoid/
|
|
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.mk>
|