1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/p5-Metabase-Client-Simple/Makefile

29 lines
770 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= Metabase-Client-Simple
PORTVERSION= 0.009
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Client that submits to Metabase servers
BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-Metabase-Fact>0:${PORTSDIR}/devel/p5-Metabase-Fact
RUN_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-Metabase-Fact>0:${PORTSDIR}/devel/p5-Metabase-Fact \
p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay
USES= perl5
USE_PERL5= configure
MAN3= Metabase::Client::Simple.3
NO_STAGE= yes
.include <bsd.port.mk>