398ca11577
- Fix WWW - Pass maintainership to submitter PR: ports/189604 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
22 lines
454 B
Makefile
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>
|