freebsd-ports/www/p5-HTTP-Daemon/Makefile
2021-04-06 16:31:07 +02:00

27 lines
582 B
Makefile

# Created by: Frederic Culot <culot@FreeBSD.org>
PORTNAME= HTTP-Daemon
PORTVERSION= 6.12
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple HTTP server class
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENCE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-HTTP-Date>=6:www/p5-HTTP-Date \
p5-HTTP-Message>=6:www/p5-HTTP-Message \
p5-LWP-MediaTypes>=6:www/p5-LWP-MediaTypes
TEST_DEPENDS= p5-Test-Needs>=0:devel/p5-Test-Needs
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>