Update finance/trytond28_carrier_percentage to version 2.8.0_1
[dports.git] / finance / p5-Finance-Bitcoin / Makefile
1 # Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Finance-Bitcoin
5 PORTVERSION=    0.004
6 CATEGORIES=     finance perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     skreuzer@FreeBSD.org
11 COMMENT=        Perl interface to a bitcoin instance
12
13 BUILD_DEPENDS=  p5-JSON-RPC>=0.96:${PORTSDIR}/devel/p5-JSON-RPC \
14                 p5-Class-Accessor>=0.34:${PORTSDIR}/devel/p5-Class-Accessor \
15                 p5-Module-Signature>=0.66:${PORTSDIR}/security/p5-Module-Signature \
16                 p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils \
17                 p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
18                 p5-Object-AUTHORITY>=0:${PORTSDIR}/devel/p5-Object-Authority
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20
21 USES=           perl5
22 USE_PERL5=      configure
23
24 post-patch:
25         -@${RM} ${WRKSRC}/lib/Finance/Bitcoin/API.pm.orig
26
27 .include <bsd.port.mk>