aboutsummaryrefslogtreecommitdiff
path: root/finance/p5-Finance-Currency-Convert/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-26 05:35:52 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-26 05:35:52 +0000
commite9e9f766bdbb09dcdfcdd8810de959b385453f73 (patch)
treeffc947044baab9bdf494b34ed85c19611e4852e3 /finance/p5-Finance-Currency-Convert/Makefile
parentd2ac81835a72d5bd320d56230ca8658f00a9eaed (diff)
downloadports-e9e9f766bdbb09dcdfcdd8810de959b385453f73.tar.gz
ports-e9e9f766bdbb09dcdfcdd8810de959b385453f73.zip
add p5-Finance-Currency-Convert 1.03
Convert currencies and fetch their exchange rates PR: 34277 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=61981
Diffstat (limited to 'finance/p5-Finance-Currency-Convert/Makefile')
-rw-r--r--finance/p5-Finance-Currency-Convert/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/finance/p5-Finance-Currency-Convert/Makefile b/finance/p5-Finance-Currency-Convert/Makefile
new file mode 100644
index 000000000000..bacaa19f3d91
--- /dev/null
+++ b/finance/p5-Finance-Currency-Convert/Makefile
@@ -0,0 +1,23 @@
+# 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= misc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Finance
+PKGNAMEPREFIX= p5-
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= Finance::Currency::Convert.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>