21 lines
405 B
Makefile
21 lines
405 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.32
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= Create Powerful Terminal, Console and CMD Enviroment Menus
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Term::Menus.3
|
|
|
|
.include <bsd.port.mk>
|