blob: 3046825c7bf6cc79f5a0a120fc75a801eb78b630 (
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
|
# ex:ts=8
# Ports collection makefile for: p5-Curses-Forms
# Date created: Apr 3, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Curses-Forms
PORTVERSION= 1.997
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Curses
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
RUN_DEPENDS= ${BUILD_DEPENDS}
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>
|