diff --git a/devel/p5-Curses-Forms/Makefile b/devel/p5-Curses-Forms/Makefile index c4a6e8a98e59..75aff480be9a 100644 --- a/devel/p5-Curses-Forms/Makefile +++ b/devel/p5-Curses-Forms/Makefile @@ -1,20 +1,22 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= Curses-Forms PORTVERSION= 1.997 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= CursesForms-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Provide high level APIs for rapid UI design on the console +LICENSE= GPLv2 + BUILD_DEPENDS= p5-Curses-Widgets>=0:${PORTSDIR}/devel/p5-Curses-Widgets RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure .include diff --git a/devel/p5-Curses-Forms/pkg-descr b/devel/p5-Curses-Forms/pkg-descr index 43db2b5e589a..d407c1d0c3af 100644 --- a/devel/p5-Curses-Forms/pkg-descr +++ b/devel/p5-Curses-Forms/pkg-descr @@ -1,8 +1,8 @@ Curses::Forms is designed to provide high level APIs for rapid user interface design on the console in Perl. Based on Curses::Widgets, Curses::Forms provide a flexible OO framework to manage a collection of widgets on forms and dialogs. While intended to be used in the Curses::Application framework, it can also be used alone with Curses::Widgets for quick and dirty interfaces. -WWW: http://search.cpan.org/dist/Curses-Forms/ +WWW: http://search.cpan.org/dist/CursesForms/