676c0dfc2e
- Pass maintainership to perl@ PR: 131702 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
22 lines
409 B
Makefile
22 lines
409 B
Makefile
# New ports collection makefile for: p5-Term-VT102
|
|
# Date created: 2006-09-28
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Term-VT102
|
|
PORTVERSION= 0.91
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Term
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A class to emulate a DEC VT102 terminal
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Term::VT102.3
|
|
|
|
.include <bsd.port.mk>
|