23 lines
468 B
Makefile
23 lines
468 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.07
|
|
CATEGORIES= finance perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Convert currencies and fetch their exchange rates
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Finance::Currency::Convert.3
|
|
|
|
.include <bsd.port.mk>
|