2013-05-17 10:32:57 +02:00
|
|
|
# Created by: Erwin Lansing <erwin@FreeBSD.org>
|
2003-04-14 14:21:31 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Text-Quoted
|
2013-05-22 11:31:27 +02:00
|
|
|
PORTVERSION= 2.08
|
2003-04-14 14:21:31 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-04-14 14:21:31 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-01-29 18:41:17 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-04-14 14:21:31 +02:00
|
|
|
COMMENT= Text::Quoted - Extract the structure of a quoted mail message
|
|
|
|
|
2012-06-04 15:18:35 +02:00
|
|
|
BUILD_DEPENDS= p5-Text-Autoformat>=0:${PORTSDIR}/textproc/p5-Text-Autoformat
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2003-04-14 14:21:31 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2003-04-14 14:21:31 +02:00
|
|
|
|
2007-02-16 12:02:10 +01:00
|
|
|
.include <bsd.port.mk>
|