freebsd-ports/devel/p5-Curses-Forms/Makefile
Sunpoet Po-Chuan Hsieh 398ca11577 - Add LICENSE
- Fix WWW
- Pass maintainership to submitter

PR:		ports/189604
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-25 12:42:17 +00:00

22 lines
454 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= Curses-Forms
PORTVERSION= 1.997
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= CursesForms-${PORTVERSION}
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 <bsd.port.mk>