pkgsrc/textproc/p5-Text-Sass/Makefile
seb 33d23a9ee0 Initial import of p5-Text-Sass version 0.5 in the NetBSD Packages
Collection.

The Perl 5 module Text::Sass is an implementation of Sass
http://sass-lang.com/.  This is most definitely a work-in-progress.
It only implements a subset of the specification.
2010-07-09 04:01:34 +00:00

23 lines
609 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/07/09 04:01:34 seb Exp $
DISTNAME= Text-Sass-0.5
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
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}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Text-Sass/.packlist
PERL5_MODULE_TYPE= Module::Build
DEPENDS+= p5-Readonly>=1.03:../../devel/p5-Readonly
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"