2000-12-31 06:35:34 +01:00
|
|
|
# New ports collection makefile for: textproc/p5- Text-Wrapper
|
|
|
|
# Date created: 30 December 2000
|
|
|
|
# Whom: Anton Berezin <tobez@tobez.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-Wrapper
|
2008-07-03 10:23:45 +02:00
|
|
|
PORTVERSION= 1.02
|
2000-12-31 06:35:34 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-12-31 06:35:34 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2001-06-12 21:25:41 +02:00
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Simple word wrapping routine
|
2000-12-31 06:35:34 +01:00
|
|
|
|
2007-03-24 18:43:08 +01:00
|
|
|
PERL_MODBUILD= yes
|
2000-12-31 06:35:34 +01:00
|
|
|
|
|
|
|
MAN3= Text::Wrapper.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|