blob: 4ab058133e716d08b7fa80852cf006cc73c2f213 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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 finance
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
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
|