mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
23 lines
634 B
Makefile
23 lines
634 B
Makefile
PORTNAME= Metabase-Client-Simple
|
|
PORTVERSION= 0.012
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Client that submits to Metabase servers
|
|
WWW= https://metacpan.org/release/Metabase-Client-Simple
|
|
|
|
BUILD_DEPENDS= p5-JSON>=0:converters/p5-JSON \
|
|
p5-libwww>=0:www/p5-libwww \
|
|
p5-Metabase-Fact>0:devel/p5-Metabase-Fact
|
|
RUN_DEPENDS= p5-JSON>=0:converters/p5-JSON \
|
|
p5-libwww>=0:www/p5-libwww \
|
|
p5-Metabase-Fact>0:devel/p5-Metabase-Fact \
|
|
p5-Crypt-SSLeay>0:security/p5-Crypt-SSLeay
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|