openbsd-ports/www/p5-XML-Feed/Makefile

32 lines
632 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2010/12/03 11:46:53 ajacoutot Exp $
2007-04-17 20:16:58 -04:00
COMMENT= interface to RSS and Atom feeds
2007-04-17 20:16:58 -04:00
MODULES= cpan
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
2007-04-17 20:16:58 -04:00
DISTNAME= XML-Feed-0.12
REVISION= 0
2007-04-17 20:16:58 -04:00
CATEGORIES= www textproc
CONFIGURE_STYLE=modbuild
#perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-22 03:36:47 -05:00
BUILD_DEPENDS= www/p5-HTML-Parser \
www/p5-libwww
2007-04-17 20:16:58 -04:00
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= devel/p5-Class-ErrorHandler \
textproc/p5-XML-RSS \
devel/p5-DateTime \
devel/p5-DateTime-Format-Mail \
devel/p5-DateTime-Format-W3CDTF \
www/p5-URI-Fetch \
www/p5-Feed-Find \
www/p5-XML-Atom
2007-04-17 20:16:58 -04:00
.include <bsd.port.mk>