2006-08-02 03:20:01 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: Text::Quote
|
|
|
|
# Date created: Jul 29, 2006
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-Quote
|
|
|
|
PORTVERSION= 0.3
|
2010-09-21 09:56:43 +02:00
|
|
|
PORTREVISION= 2
|
2006-08-02 03:20:01 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= Quotes strings as required for perl to eval them back correctly
|
|
|
|
|
2009-12-15 10:32:27 +01:00
|
|
|
RUN_DEPENDS= p5-Carp-Assert>=0.13:${PORTSDIR}/devel/p5-Carp-Assert
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-08-02 03:20:01 +02:00
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2006-08-02 03:20:01 +02:00
|
|
|
|
2009-12-15 10:32:27 +01:00
|
|
|
MAN3= Text::Quote.3
|
2006-08-02 03:20:01 +02:00
|
|
|
|
2009-12-15 10:32:27 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500903
|
2010-09-21 09:56:43 +02:00
|
|
|
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
|
2009-12-15 10:32:27 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|