2003-04-03 07:02:45 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: p5-Curses-Forms
|
|
|
|
# Date created: Apr 3, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Curses-Forms
|
|
|
|
PORTVERSION= 1.997
|
2008-05-19 15:12:08 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-04-03 07:02:45 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
DISTNAME= CursesForms-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Provide high level APIs for rapid UI design on the console
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Curses/Widgets.pm:${PORTSDIR}/devel/p5-Curses-Widgets
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2003-04-03 07:02:45 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Curses::Forms.3 \
|
|
|
|
Curses::Forms::Dialog.3 \
|
|
|
|
Curses::Forms::Dialog::Input.3 \
|
|
|
|
Curses::Forms::Dialog::Logon.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|