freebsd-ports/devel/p5-Term-Menus/Makefile
Andrej Zverev 0772c75633 Update to 1.41.
PR:		ports/149142
Submitted by:	Frederic Culot <frederic@culot.org>
2010-08-18 10:11:20 +00:00

24 lines
502 B
Makefile

# New ports collection makefile for: p5-Term-Menus
# Date created: 2006-08-01
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Term-Menus
PORTVERSION= 1.41
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Create Powerful Terminal, Console and CMD Enviroment Menus
BUILD_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Term::Menus.3
.include <bsd.port.mk>