- deskutils/cbb - deskutils/gnofin - deskutils/moneydance - deskutils/xinvest - devel/libstocks - misc/emma - misc/gnomepm - misc/p5-Finance-Currency-Convert - misc/p5-Finance-Quote - misc/p5-Finance-QuoteHist - misc/quantlib - misc/wmstock - misc/xquote PR: 59357 Submitted by: linimon Approved by: marcus (mentor)
23 lines
519 B
Makefile
23 lines
519 B
Makefile
# New ports collection makefile for: Finance::Currency::Convert
|
|
# Date created: 25 Jan 2002
|
|
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Finance-Currency-Convert
|
|
PORTVERSION= 1.03
|
|
CATEGORIES= finance perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Finance
|
|
PKGNAMEPREFIX= p5-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= svenasse@polaris.ca
|
|
COMMENT= Convert currencies and fetch their exchange rates
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Finance::Currency::Convert.3
|
|
|
|
.include <bsd.port.mk>
|