1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/www/p5-Starlet/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

28 lines
601 B
Makefile

PORTNAME= Starlet
PORTVERSION= 0.24
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KAZUHO
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for standalone HTTP/1.0 server
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= \
p5-Parallel-Prefork>=0.13:devel/p5-Parallel-Prefork \
p5-Plack>=0.992:www/p5-Plack \
p5-Server-Starter>=0.06:net/p5-Server-Starter
TEST_DEPENDS= p5-Test-TCP>0:devel/p5-Test-TCP
# TODO: maybe need p5-libwww
USES= perl5
USE_PERL5= configure
NO_ARCH= YES
.include <bsd.port.mk>