freebsd-ports/devel/p5-Metabase-Client-Simple/Makefile
Andrej Zverev 1c55a892c2 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 05:48:19 +00:00

27 lines
756 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
.include <bsd.port.mk>