freebsd-ports/devel/p5-Term-Size/Makefile

23 lines
446 B
Makefile
Raw Normal View History

# 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
2003-02-21 12:23:04 +01:00
COMMENT= A Perl5 module to handle window size changes.
PERL_CONFIGURE= YES
MAN3= Term::Size.3
.include <bsd.port.mk>