6a0cb78846
http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html specification. Text::Haml passes specification tests written by Norman Clarke http://github.com/norman/haml-spec and supports only cross-language Haml features. Do not expect Ruby specific things to work. WWW: http://search.cpan.org/dist/Text-Haml/
19 lines
335 B
Makefile
19 lines
335 B
Makefile
# $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>
|