mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
2001e156b5
* Update to use stage dir Change Log: http://cpansearch.perl.org/src/PJB/Term-Clui-1.68/Changes
23 lines
455 B
Makefile
23 lines
455 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Term-Clui
|
|
PORTVERSION= 1.68
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tj@FreeBSD.org
|
|
COMMENT= Perl module offering a Command-Line User Interface
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Term-Size>=0:${PORTSDIR}/devel/p5-Term-Size \
|
|
p5-Term-ReadKey>=2.14:${PORTSDIR}/devel/p5-Term-ReadKey
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|