freebsd-ports/textproc/p5-Text-Wrapper/Makefile
Anton Berezin 28a18ebf1d Update to 1.03. Require perl 5.10+.
PR:		168109
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Changes:	http://search.cpan.org/dist/Text-Wrapper/Changes
2012-05-25 09:37:51 +00:00

21 lines
406 B
Makefile

# New ports collection makefile for: textproc/p5- Text-Wrapper
# Date created: 30 December 2000
# Whom: Anton Berezin <tobez@tobez.org>
#
# $FreeBSD$
#
PORTNAME= Text-Wrapper
PORTVERSION= 1.03
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Simple word wrapping routine
PERL_CONFIGURE= 5.10+
MAN3= Text::Wrapper.3
.include <bsd.port.mk>