freebsd-ports/devel/p5-Term-Size/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

21 lines
401 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= CPAN
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>