diff options
Diffstat (limited to 'textproc/p5-Text-Haml/Makefile')
-rw-r--r-- | textproc/p5-Text-Haml/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/p5-Text-Haml/Makefile b/textproc/p5-Text-Haml/Makefile new file mode 100644 index 000000000000..7854cd4e0194 --- /dev/null +++ b/textproc/p5-Text-Haml/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= Text-Haml +PORTVERSION= 0.990107 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for Haml parser + +RUN_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Text::Haml.3 + +.include <bsd.port.mk> |