openbsd-ports/misc/p5-Finance-Quote/Makefile

27 lines
529 B
Makefile
Raw Normal View History

2010-11-19 02:23:05 -05:00
# $OpenBSD: Makefile,v 1.19 2010/11/19 07:23:12 espie Exp $
COMMENT= module to obtain financial quotes from exchanges
MODULES= cpan
2008-07-12 10:12:10 -04:00
DISTNAME= Finance-Quote-1.13
CATEGORIES= misc
2010-10-18 16:52:05 -04:00
USE_GROFF = Yes
HOMEPAGE= http://finance-quote.sourceforge.net
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
2010-11-19 02:23:05 -05:00
RUN_DEPENDS= www/p5-HTML-TableExtract \
www/p5-libwww
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
# Tests exist though not enabled
NO_REGRESS= Yes
.include <bsd.port.mk>