1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/www/p5-Squatting/Makefile
Anton Berezin 3c02a3ab3f Add www/p5-Squatting:
Squatting is a web microframework written in Perl that is based on
Ruby's Camping.  It originally used Continuity as its foundation, but it
has since been generalized such that it can squat on top of any
Perl-based web framework (in theory).

WWW: http://search.cpan.org/dist/Squatting/
2008-07-07 12:46:25 +00:00

38 lines
992 B
Makefile

# New ports collection makefile for: www/p5-Squatting
# Date created: 07 July 2008
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Squatting
PORTVERSION= 0.40
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/B/BE/BEPPU
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= A Camping-inspired Web Microframework for Perl
BUILD_DEPENDS= p5-Continuity>=0.991:${PORTSDIR}/www/p5-Continuity \
p5-Class-C3-Componentised>0:${PORTSDIR}/devel/p5-Class-C3-Componentised \
p5-Data-Dump>0:${PORTSDIR}/devel/p5-Data-Dump \
p5-Shell-Perl>0:${PORTSDIR}/shells/p5-Shell-Perl \
p5-JSON-XS>0:${PORTSDIR}/converters/p5-JSON-XS \
p5-libwww>0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= 5.8.0+
MAN1= squatting.1
MAN3= Squatting.3 \
Squatting::Controller.3 \
Squatting::Cookbook.3 \
Squatting::Mapper.3 \
Squatting::On::Catalyst.3 \
Squatting::On::Continuity.3 \
Squatting::View.3
.include <bsd.port.mk>