2004-05-26 16:25:21 +02:00
|
|
|
# New ports collection makefile for: Compress::LeadingBlankSpaces
|
|
|
|
# Date created: 25 May 2004
|
|
|
|
# Whom: Bill Swingle <unfurl@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Compress-LeadingBlankSpaces
|
2006-04-08 15:22:19 +02:00
|
|
|
PORTVERSION= 0.06
|
2004-05-26 16:25:21 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-05-26 16:25:21 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-04-05 06:25:26 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-05-26 16:25:21 +02:00
|
|
|
COMMENT= Perl class to compress leading blank spaces in web content
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Compress::LeadingBlankSpaces.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|