openbsd-ports/www/p5-Plagger/Makefile
simon a7663802f1 import p5-Plagger
Plagger is a pluggable RSS/Atom feed aggregator and remixer platform.

Everything is implemented as a small plugin and all you have to do is to
write a flow of aggregation, filters, syndication, publishing and
notification plugins into a config file (YAML).

ok jasper@
2007-10-10 19:36:22 +00:00

66 lines
1.6 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/10/10 19:36:22 simon Exp $
COMMENT= pluggable RSS/Atom aggregator
MODULES= cpan
DISTNAME= Plagger-0.7.17
CATEGORIES= www textproc
CPAN_AUTHOR= MIYAGAWA
HOMEPAGE= http://plagger.org/
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_ARGS+=--default --skip
RUN_DEPENDS= ::devel/p5-Cache-Cache \
::devel/p5-Class-Accessor \
::devel/p5-DateTime \
::devel/p5-DateTime-Format-Mail \
::devel/p5-DateTime-Format-Strptime \
::devel/p5-DateTime-Format-W3CDTF \
::devel/p5-DateTime-Locale \
::devel/p5-File-Find-Rule \
::devel/p5-File-HomeDir \
::devel/p5-Module-Pluggable-Fast \
::devel/p5-Term-Encoding \
::devel/p5-Test-Base \
::devel/p5-Universal-require \
::devel/p5-YAML \
::mail/p5-MIME-Types \
::net/p5-Net-DNS \
::textproc/p5-Template \
::textproc/p5-Template-Provider-Encoding \
::textproc/p5-Text-Tags \
::textproc/p5-XML-LibXML \
::textproc/p5-XML-RSS-LibXML \
::www/p5-XML-Atom \
::www/p5-XML-Feed \
::www/p5-HTML-Parser \
::www/p5-HTML-ResolveLink \
::www/p5-URI-Fetch \
::www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}
SHAREDIR= ${PREFIX}/share/p5-Plagger
pre-configure:
perl -pi -e 's!%%SHAREDIR%%!${SHAREDIR}!' \
${WRKSRC}/lib/Plagger/{Plugin,Template}.pm
post-install:
${INSTALL_DATA_DIR} ${SHAREDIR}/assets \
${PREFIX}/share/examples/p5-Plagger
cd ${WRKSRC}/assets && pax -rw . ${SHAREDIR}/assets
${INSTALL_DATA} ${WRKSRC}/examples/*.yaml \
${PREFIX}/share/examples/p5-Plagger
.include <bsd.port.mk>