0454cb63a9
Feature safe: yes
27 lines
581 B
Makefile
27 lines
581 B
Makefile
# New ports collection makefile for: Squatting::On::PSGI
|
|
# Date created: 17 Apr 2010
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Squatting-On-PSGI
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:BEPPU
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to run Squatting app on PSGI
|
|
|
|
RUN_DEPENDS= \
|
|
p5-Plack>0:${PORTSDIR}/www/p5-Plack \
|
|
p5-Squatting>=0.81:${PORTSDIR}/www/p5-Squatting
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Squatting::On::PSGI.3
|
|
|
|
.include <bsd.port.mk>
|