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

23 lines
504 B
Makefile

PORTNAME= Mojo-Weixin
PORTVERSION= 1.4.6
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SJDY
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Weixin Client Framework base on Mojolicious
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Encode-Locale>=0:converters/p5-Encode-Locale \
p5-IO-Socket-SSL>=2.009:security/p5-IO-Socket-SSL \
p5-Mojolicious>=8.02:www/p5-Mojolicious
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>