2011-07-10 08:17:47 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.35 2011/07/10 12:17:47 jasper Exp $
|
2001-03-21 18:59:21 -05:00
|
|
|
|
2007-09-15 16:59:36 -04:00
|
|
|
COMMENT= perl module to manage XML RSS files
|
2005-12-14 17:26:02 -05:00
|
|
|
|
2011-07-10 08:17:47 -04:00
|
|
|
DISTNAME= XML-RSS-1.49
|
2006-11-13 12:44:37 -05:00
|
|
|
CATEGORIES= textproc
|
2001-03-21 18:59:21 -05:00
|
|
|
|
2008-10-02 19:10:23 -04:00
|
|
|
# perl
|
2001-03-21 18:59:21 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2009-02-04 07:53:39 -05:00
|
|
|
MODULES= cpan
|
2010-11-20 14:56:47 -05:00
|
|
|
USE_GROFF = Yes
|
2009-02-04 07:53:39 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= modbuild
|
2006-11-13 12:44:37 -05:00
|
|
|
|
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
|
2005-12-14 17:26:02 -05:00
|
|
|
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
|
2005-12-14 17:26:02 -05:00
|
|
|
|
2010-10-23 07:59:58 -04:00
|
|
|
MODCPAN_EXAMPLES= Yes
|
2001-03-21 18:59:21 -05:00
|
|
|
|
|
|
|
post-install:
|
2009-02-04 07:53:39 -05:00
|
|
|
find ${WRKSRC} -name \*.orig -print0 | xargs -0 rm -f
|
2010-10-23 07:59:58 -04:00
|
|
|
${MODCPAN_POST_INSTALL}
|
2008-10-10 08:38:03 -04:00
|
|
|
|
2001-03-21 18:59:21 -05:00
|
|
|
.include <bsd.port.mk>
|