openbsd-ports/textproc/p5-XML-RSS/Makefile

37 lines
787 B
Makefile
Raw Normal View History

2011-07-10 08:17:47 -04:00
# $OpenBSD: Makefile,v 1.35 2011/07/10 12:17:47 jasper Exp $
COMMENT= perl module to manage XML RSS files
2011-07-10 08:17:47 -04:00
DISTNAME= XML-RSS-1.49
CATEGORIES= textproc
2008-10-02 19:10:23 -04:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
2010-11-20 14:56:47 -05:00
USE_GROFF = Yes
CONFIGURE_STYLE= modbuild
2010-11-20 14:56:47 -05:00
RUN_DEPENDS= devel/p5-DateTime \
devel/p5-DateTime-Format-Mail \
devel/p5-DateTime-Format-W3CDTF \
devel/p5-Test-Manifest \
textproc/p5-XML-Parser>=2.23 \
www/p5-HTML-Parser
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-20 14:56:47 -05:00
REGRESS_DEPENDS=devel/p5-Test-Differences \
devel/p5-Test-Manifest>=0.9 \
devel/p5-Test-Pod-Coverage
MODCPAN_EXAMPLES= Yes
post-install:
find ${WRKSRC} -name \*.orig -print0 | xargs -0 rm -f
${MODCPAN_POST_INSTALL}
.include <bsd.port.mk>