freebsd-ports/devel/p5-Curses-Forms/Makefile
Alex Kozlov 2963fb0119 - Remove SITE_PERL from *_DEPENDS
Submitted by:	az
Approved by:	eadler (mentor)
2012-06-05 18:15:31 +00:00

29 lines
631 B
Makefile

# 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 perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= CursesForms-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Provide high level APIs for rapid UI design on the console
BUILD_DEPENDS= p5-Curses-Widgets>=0:${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>