2013-09-02 08:35:34 +02:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2007-12-31 01:20:02 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Text-Trim
|
2010-04-25 11:19:29 +02:00
|
|
|
PORTVERSION= 1.02
|
2007-12-31 01:20:02 +01:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= Text
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= Extract the structure of a quoted mail message
|
|
|
|
|
2012-06-04 05:16:02 +02:00
|
|
|
BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
RUN_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
2007-12-31 01:20:02 +01:00
|
|
|
|
2013-09-02 08:35:34 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= modbuild
|
2007-12-31 01:20:02 +01:00
|
|
|
|
|
|
|
MAN3= Text::Trim.3
|
|
|
|
|
2013-09-21 01:17:30 +02:00
|
|
|
NO_STAGE= yes
|
2007-12-31 01:20:02 +01:00
|
|
|
.include <bsd.port.mk>
|