dc3b831b6b
can look at them.
21 lines
383 B
Makefile
21 lines
383 B
Makefile
# New ports collection makefile for: Screen
|
|
# Date created: Dec 17, 2000
|
|
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Term-Screen
|
|
PORTVERSION= 1.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Basic screen + input class
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Term::Screen.3
|
|
|
|
.include <bsd.port.mk>
|