1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/p5-Plack-Middleware-File-Sass/Makefile
Steve Wills 63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00

28 lines
647 B
Makefile

# New ports collection makefile for: Plack::Middleware::File::Sass
# Date created: 09 Apr 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Plack-Middleware-File-Sass
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for Sass support for all Plack frameworks
RUN_DEPENDS= \
p5-Plack>0:${PORTSDIR}/www/p5-Plack \
p5-Text-Sass>0:${PORTSDIR}/textproc/p5-Text-Sass
BUILD_DEPENDS:= ${RUN_DEPENDS}
# Now, sass gem can be used instead of p5-Text-Sass.
PERL_CONFIGURE= yes
MAN3= Plack::Middleware::File::Sass.3
.include <bsd.port.mk>