mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
28 lines
647 B
Makefile
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>
|