22 lines
416 B
Makefile
22 lines
416 B
Makefile
# Created by: petef@FreeBSD.org
|
|
|
|
PORTNAME= Curses-Widgets
|
|
PORTVERSION= 1.997
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= CursesWidgets-${PORTVERSION}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Curses-based widgets and functions
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Curses>=0:devel/p5-Curses
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|