[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / textproc / p5-XML-RSS

File: [local] / ports / textproc / p5-XML-RSS / Makefile (download)

Revision 1.47, Fri Mar 11 20:03:06 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.46: +0 -2 lines

drop RCS Ids

COMMENT=	perl module to manage XML RSS files

DISTNAME =	XML-RSS-1.62
CATEGORIES=	textproc

# perl
PERMIT_PACKAGE=	Yes

MODULES=		cpan
PKG_ARCH=		*

CONFIGURE_STYLE=	modbuild

RUN_DEPENDS=		devel/p5-DateTime-Format-Mail \
			devel/p5-DateTime-Format-W3CDTF \
			textproc/p5-XML-Parser \
			www/p5-HTML-Parser

TEST_DEPENDS=		devel/p5-Test-Differences \
			devel/p5-Test-Manifest>=0.9 \
			devel/p5-Test-TrailingSpace

MAKE_ENV+=		TEST_POD=Yes

MODCPAN_EXAMPLES=	Yes

post-install:
	${MODCPAN_POST_INSTALL}

.include <bsd.port.mk>