959fc008fa
Upstream changes: 0.97 - #80831 comma-separated selectors from BGRIMM #80927 scss to css for nested includes from BGRIMM 0.96 - #77718 pod encoding bug from ANDK - improved URL handling, tests from Dan Markham 0.95 - bugfix for RT#74181 from Andrei Arsenin 0.94 - bugfix for RT#74160 from Andrei Arsenin
25 lines
713 B
Makefile
25 lines
713 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/07/11 04:52:07 wen Exp $
|
|
|
|
DISTNAME= Text-Sass-0.97
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-Sass/
|
|
COMMENT= Perl 5 module implementing Sass
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Text-Sass/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
REPLACE_PERL+= bin/sass2css.pl
|
|
|
|
BUILD_DEPENDS+= p5-Try-Tiny>=0.06:../../devel/p5-Try-Tiny
|
|
|
|
DEPENDS+= p5-Readonly>=1.03:../../devel/p5-Readonly
|
|
DEPENDS+= p5-Convert-Color>=0.05:../../converters/p5-Convert-Color
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|