blob: 300f21cae4c1a0813d68794ef4e4d0705fe11cd0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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= perl@FreeBSD.org
COMMENT= Create Powerful Terminal, Console and CMD Enviroment Menus
PERL_MODBUILD= yes
MAN3= Term::Menus.3
.include <bsd.port.mk>
|