diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-01-31 02:46:50 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-01-31 02:46:50 +0000 |
commit | 6a0cb78846d1e5974a343c919191f1acd2f770b1 (patch) | |
tree | 2395bfdfa4c084055ad0009d69a8ac21bb1e2829 | |
parent | 8e80a3bae7fbc89f5b86f242b570f5bcd7874329 (diff) |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Haml/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-Text-Haml/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Haml/pkg-descr | 9 | ||||
-rw-r--r-- | textproc/p5-Text-Haml/pkg-plist | 5 |
5 files changed, 36 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 2c1174e2ec7f..21a682ff7759 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -809,6 +809,7 @@ SUBDIR += p5-Text-Glob SUBDIR += p5-Text-Graphics SUBDIR += p5-Text-Greeking + SUBDIR += p5-Text-Haml SUBDIR += p5-Text-Hatena SUBDIR += p5-Text-Highlight SUBDIR += p5-Text-HikiDoc 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> diff --git a/textproc/p5-Text-Haml/distinfo b/textproc/p5-Text-Haml/distinfo new file mode 100644 index 000000000000..490ede5de062 --- /dev/null +++ b/textproc/p5-Text-Haml/distinfo @@ -0,0 +1,2 @@ +SHA256 (Text-Haml-0.990107.tar.gz) = 9b536f6aba6b21277f564f6da30a32d71a9302a3635d457ad27f5ef50a29d49e +SIZE (Text-Haml-0.990107.tar.gz) = 20083 diff --git a/textproc/p5-Text-Haml/pkg-descr b/textproc/p5-Text-Haml/pkg-descr new file mode 100644 index 000000000000..3deab1831057 --- /dev/null +++ b/textproc/p5-Text-Haml/pkg-descr @@ -0,0 +1,9 @@ +Text::Haml implements Haml +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/ diff --git a/textproc/p5-Text-Haml/pkg-plist b/textproc/p5-Text-Haml/pkg-plist new file mode 100644 index 000000000000..1c4af46c1b23 --- /dev/null +++ b/textproc/p5-Text-Haml/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Haml/.packlist +%%SITE_PERL%%/Text/Haml.pm +@dirrmtry %%SITE_PERL%%/Text +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Haml +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text |