freebsd-ports/devel/p5-Term-Menus/Makefile
Baptiste Daroussin c8aa7b2a20 - Update to 1.46
- Changelog: http://cpansearch.perl.org/src/REEDFISH/Term-Menus-1.46/ChangeLog

Approved by:	jadawin (co-mentor)
2010-09-01 11:43:12 +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.46
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>