freebsd-ports/devel/p5-Term-Size/Makefile
2003-02-21 11:23:04 +00:00

23 lines
493 B
Makefile

# 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
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Term::Size.3
.include <bsd.port.mk>