2003-04-14 14:21:31 +02:00
|
|
|
# New ports collection makefile for: p5-Text-Quoted
|
|
|
|
# Date created: Mon April 14th, 2003
|
2003-06-12 18:41:16 +02:00
|
|
|
# Whom: Erwin Lansing <erwin@FreeBSD.org>
|
2003-04-14 14:21:31 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-Quoted
|
2008-02-02 21:36:03 +01:00
|
|
|
PORTVERSION= 2.05
|
2009-12-23 12:18:44 +01:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
|
2009-12-23 12:18:44 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Text/Autoformat.pm:${PORTSDIR}/textproc/p5-Text-Autoformat
|
2003-04-14 14:21:31 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Text::Quoted.3
|
|
|
|
|
2007-02-16 12:02:10 +01:00
|
|
|
.include <bsd.port.mk>
|