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