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
37 lines
925 B
Makefile
37 lines
925 B
Makefile
# New ports collection makefile for: p5-Curses-Widgets
|
|
# Date created: 5 July 2001
|
|
# Whom: petef@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Curses-Widgets
|
|
PORTVERSION= 1.997
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= CursesWidgets-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Curses-based widgets and functions
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Curses::Widgets::Label.3 \
|
|
Curses::Widgets.3 \
|
|
Curses::Widgets::TextMemo.3 \
|
|
Curses::Widgets::ListBox.3 \
|
|
Curses::Widgets::Menu.3 \
|
|
Curses::Widgets::ButtonSet.3 \
|
|
Curses::Widgets::ComboBox.3 \
|
|
Curses::Widgets::TextField.3 \
|
|
Curses::Widgets::Tutorial.3 \
|
|
Curses::Widgets::Calendar.3 \
|
|
Curses::Widgets::ProgressBar.3 \
|
|
Curses::Widgets::ListBox::MultiColumn.3 \
|
|
Curses::Widgets::Tutorial::Creation.3
|
|
|
|
.include <bsd.port.mk>
|