blob: 968679cd1201b7152a76c092f717bd6c0dc93225 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: textproc/p5- Text-Wrap
# Date created: 4 February 2003
# Whom: Toby Allsopp <toby@mi6.gen.nz>
#
# $FreeBSD$
#
PORTNAME= Text-Tabs+Wrap
PORTVERSION= 2001.0929
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= toby@mi6.gen.nz
COMMENT= Line wrapping to form simple paragraphs
PERL_CONFIGURE= YES
MAN3= Text::Wrap.3 Text::Tabs.3
.include <bsd.port.mk>
|