Update devel/devhelp to version 3.14.0
[dports.git] / lang / p5-Interpolation / Makefile
1 # Created by: Anton Berezin <tobez@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Interpolation
5 PORTVERSION=    0.74
6 CATEGORIES=     lang perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     CPAN:JENDA
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Implement arbitrary string interpolation semantics for Perl
13
14 BUILD_DEPENDS=  p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
15 RUN_DEPENDS:=   ${BUILD_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>