mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
23 lines
473 B
Makefile
23 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.20
|
|
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>
|