508e6279c2
From Darrin Chandler
21 lines
399 B
Makefile
21 lines
399 B
Makefile
# $OpenBSD: Makefile,v 1.3 2007/09/16 01:40:27 merdely Exp $
|
|
|
|
COMMENT= currency conversion
|
|
|
|
DISTNAME= Finance-Currency-Convert-XE-0.11
|
|
CATEGORIES= converters
|
|
MODULES= cpan
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CPAN_AUTHOR= BARBIE
|
|
|
|
RUN_DEPENDS= ::www/p5-HTML-Parser \
|
|
::www/p5-WWW-Mechanize
|
|
|
|
.include <bsd.port.mk>
|