openbsd-ports/converters/p5-Finance-Currency-Convert-XE/Makefile
jasper a6f1fd371d import p5-Finance-Currency-Convert-XE 0.11
this module comes in handy when doing currency conversions

ok steven

(correct location this time)
2006-10-26 22:23:00 +00:00

26 lines
546 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/10/26 22:23:00 jasper Exp $
COMMENT= "currency conversion"
DISTNAME= Finance-Currency-Convert-XE-0.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= converters perl5
# Artistic/GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BA/BARBIE/}
CONFIGURE_STYLE= perl
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::www/p5-HTML-Parser \
::www/p5-WWW-Mechanize
PKG_ARCH= *
.include <bsd.port.mk>