2010-04-06 17:18:10 +02:00
|
|
|
# New ports collection makefile for: Text::Sass
|
|
|
|
# Date created: 07 Apr 2010
|
|
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-Sass
|
2011-11-22 02:05:26 +01:00
|
|
|
PORTVERSION= 0.93
|
2010-04-06 17:18:10 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 11:03:27 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:RPETTETT
|
2010-04-06 17:18:10 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
COMMENT= Perl implementation of http://sass-lang.com/
|
|
|
|
|
|
|
|
RUN_DEPENDS= \
|
2011-03-26 16:16:28 +01:00
|
|
|
p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \
|
|
|
|
p5-Convert-Color>0:${PORTSDIR}/graphics/p5-Convert-Color
|
2010-04-06 17:18:10 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2012-03-17 02:01:07 +01:00
|
|
|
TEST_DEPENDS= p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
|
2010-04-06 17:18:10 +02:00
|
|
|
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
|
|
|
|
MAN3= Text::Sass.3 \
|
2010-11-21 04:07:27 +01:00
|
|
|
Text::Sass::Expr.3 \
|
|
|
|
Text::Sass::Functions.3
|
2010-04-06 17:18:10 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|