diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-13 17:29:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-13 17:29:58 +0000 |
commit | 10f22ecd6d1808866406972dd09e2e107e41ceb2 (patch) | |
tree | 31d423e420103f6111ac7dcc29da77612438b7a3 /irc/p5-POE-Component-IRC-Plugin-RSS-Headlines | |
parent | 42651c13cd4978964674808cab47a30c8726769b (diff) |
Notes
Diffstat (limited to 'irc/p5-POE-Component-IRC-Plugin-RSS-Headlines')
-rw-r--r-- | irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile | 8 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/pkg-plist | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile b/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile index c3881d349a54..4ea74d84f3ea 100644 --- a/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile @@ -16,16 +16,14 @@ BUILD_DEPENDS= p5-POE>=1.004:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-Client-HTTP>=0.73:${PORTSDIR}/www/p5-POE-Component-Client-HTTP \ p5-XML-RSS>=1.1:${PORTSDIR}/textproc/p5-XML-RSS \ p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message -RUN_DEPENDS:= p5-POE>=1.004:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-IRC>=5.07:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-POE-Component-Client-HTTP>=0.73:${PORTSDIR}/www/p5-POE-Component-Client-HTTP \ - p5-XML-RSS>=1.1:${PORTSDIR}/textproc/p5-XML-RSS \ - p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message +RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" USES= perl5 USE_PERL5= configure +OPTIONS_DEFINE= EXAMPLES + post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} diff --git a/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/pkg-plist b/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/pkg-plist index 0b0c58f86f58..2f9eb6098faa 100644 --- a/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/pkg-plist +++ b/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/pkg-plist @@ -1,3 +1,3 @@ %%SITE_PERL%%/POE/Component/IRC/Plugin/RSS/Headlines.pm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis.pl %%PERL5_MAN3%%/POE::Component::IRC::Plugin::RSS::Headlines.3.gz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis.pl |