diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-04-06 15:18:10 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-04-06 15:18:10 +0000 |
commit | f0957210ee8eb4f572c79b356d57ac1523280ea4 (patch) | |
tree | 2256d0f12eaf2a3993229b9fc3f743677a3dfe7a /textproc/p5-Text-Sass | |
parent | 5777ee1929ad6ec8e08c2f0e4962ab75cecd4c1d (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-Sass')
-rw-r--r-- | textproc/p5-Text-Sass/Makefile | 26 | ||||
-rw-r--r-- | textproc/p5-Text-Sass/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Sass/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Sass/pkg-plist | 4 |
4 files changed, 36 insertions, 0 deletions
diff --git a/textproc/p5-Text-Sass/Makefile b/textproc/p5-Text-Sass/Makefile new file mode 100644 index 000000000000..bc5d1c2ee915 --- /dev/null +++ b/textproc/p5-Text-Sass/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: Text::Sass +# Date created: 07 Apr 2010 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-Sass +PORTVERSION= 0.5 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl implementation of http://sass-lang.com/ + +RUN_DEPENDS= \ + p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= Text::Sass.3 \ + Text::Sass::Expr.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-Sass/distinfo b/textproc/p5-Text-Sass/distinfo new file mode 100644 index 000000000000..3ff4033b8506 --- /dev/null +++ b/textproc/p5-Text-Sass/distinfo @@ -0,0 +1,3 @@ +MD5 (Text-Sass-0.5.tar.gz) = d69e294d7d8f84d7d1a5d11b214198e6 +SHA256 (Text-Sass-0.5.tar.gz) = 8316a2b24026f1e7487479134ceddee756556e2485ed57d94efb95c7a4a898f6 +SIZE (Text-Sass-0.5.tar.gz) = 9633 diff --git a/textproc/p5-Text-Sass/pkg-descr b/textproc/p5-Text-Sass/pkg-descr new file mode 100644 index 000000000000..946d33c1fd80 --- /dev/null +++ b/textproc/p5-Text-Sass/pkg-descr @@ -0,0 +1,3 @@ +Text-Sass - Perl implementation of http://sass-lang.com/. + +WWW: http://search.cpan.org/dist/Text-Sass/ diff --git a/textproc/p5-Text-Sass/pkg-plist b/textproc/p5-Text-Sass/pkg-plist new file mode 100644 index 000000000000..1a6392113f7f --- /dev/null +++ b/textproc/p5-Text-Sass/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Text/Sass.pm +%%SITE_PERL%%/Text/Sass/Expr.pm +@dirrm %%SITE_PERL%%/Text/Sass +@dirrmtry %%SITE_PERL%%/Text |