382db6b6cc
PR: ports/102625 Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
22 lines
473 B
Makefile
22 lines
473 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.19
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Term
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Create Powerful Terminal, Console and CMD Enviroment Menus
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Term::Menus.3 Term::Menus::ConfigData.3
|
|
|
|
.include <bsd.port.mk>
|