mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
25 lines
708 B
Makefile
25 lines
708 B
Makefile
# Created by: Zach Thompson <hideo@lastamericanempire.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Data-Currency
|
|
PORTVERSION= 0.06000
|
|
PORTREVISION= 1
|
|
CATEGORIES= finance perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Container class for currency conversion/formatting
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Class-Accessor-Grouped>=0:devel/p5-Class-Accessor-Grouped \
|
|
p5-Class-Inspector>=0:devel/p5-Class-Inspector \
|
|
p5-Finance-Currency-Convert-WebserviceX>=0:finance/p5-Finance-Currency-Convert-WebserviceX \
|
|
p5-Locale-Codes>=0:misc/p5-Locale-Codes \
|
|
p5-Locale-Currency-Format>=0:finance/p5-Locale-Currency-Format
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|