6c85297802
- Sort *_DEPENDS - Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/changes/distribution/Squatting
30 lines
764 B
Makefile
30 lines
764 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Squatting
|
|
PORTVERSION= 0.83
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:BEPPU
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Camping-inspired Web Microframework for Perl
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Class-C3-Componentised>=0:devel/p5-Class-C3-Componentised \
|
|
p5-Clone>=0:devel/p5-Clone \
|
|
p5-Continuity>=0.991:www/p5-Continuity \
|
|
p5-Data-Dump>=0:devel/p5-Data-Dump \
|
|
p5-HTTP-Daemon>=0:www/p5-HTTP-Daemon \
|
|
p5-HTTP-Message>=0:www/p5-HTTP-Message \
|
|
p5-IO-All>=0:devel/p5-IO-All \
|
|
p5-JSON-XS>=0:converters/p5-JSON-XS \
|
|
p5-Shell-Perl>=0:shells/p5-Shell-Perl
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|