mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
31 lines
746 B
Makefile
31 lines
746 B
Makefile
# Created by: Murilo Opsfelder <mopsfelder@gmail.com>
|
|
# $FreeBSD: head/www/p5-Mojolicious/Makefile 433779 2017-02-10 00:13:51Z adamw $
|
|
|
|
PORTNAME= Mojolicious
|
|
PORTVERSION= 9.39
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= adamw@FreeBSD.org
|
|
COMMENT= High-level MVC web framework written in Perl
|
|
|
|
BUILD_DEPENDS+= p5-EV>=4:perl5/p5-EV
|
|
BUILD_DEPENDS+= p5-IO-Socket-SSL>=1.75:perl5/p5-IO-Socket-SSL
|
|
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
#.if ${PORT_OPTIONS:MIPV6} && ${PERL_LEVEL} < 502111
|
|
#BUILD_DEPENDS+= p5-IO-Socket-IP>=0.37:perl5/p5-IO-Socket-IP
|
|
#RUN_DEPENDS+= p5-IO-Socket-IP>=0.37:perl/p5-IO-Socket-IP
|
|
#.endif
|
|
|
|
.include <bsd.port.post.mk>
|
|
#EOF
|