summaryrefslogtreecommitdiff
path: root/devel/p5-Term-Size/Makefile
blob: e81aa2841ef9015eeb2237d6981266ce116f7f79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    p5-Term-Size
# Date created:				6 December 2000
# Whom:	      				Brad Jones <brad@kazrak.com>
#
# $FreeBSD$
#

PORTNAME=	Term-Size
PORTVERSION=	0.2
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Term
PKGNAMEPREFIX=	p5-

MAINTAINER=	brad@kazrak.com
COMMENT=	A Perl5 module to handle window size changes.

PERL_CONFIGURE=	YES

MAN3=		Term::Size.3

.include <bsd.port.mk>