28a18ebf1d
PR: 168109 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Changes: http://search.cpan.org/dist/Text-Wrapper/Changes
21 lines
406 B
Makefile
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>
|