27 lines
594 B
Makefile
27 lines
594 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.04
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../../authors/id/B/BE/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:${PORTSDIR}/www/p5-Squatting
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Squatting::On::PSGI.3
|
|
|
|
.include <bsd.port.mk>
|