ba8add3ebb
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here (ok naddy@)
30 lines
622 B
Makefile
30 lines
622 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/09/15 20:38:25 merdely Exp $
|
|
|
|
COMMENT= interface to RSS and Atom feeds
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= XML-Feed-0.12
|
|
CATEGORIES= www textproc
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
#perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ::www/p5-HTML-Parser \
|
|
::www/p5-libwww
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|