View | Details | Raw Unified | Return to bug 103643
Collapse All | Expand All

(-)Makefile (-2 / +11 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	Plagger
8
PORTNAME=	Plagger
9
PORTVERSION=	0.7.12
9
PORTVERSION=	0.7.12
10
PORTREVISION=	1
10
CATEGORIES=	textproc perl5
11
CATEGORIES=	textproc perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	../by-authors/id/M/MI/MIYAGAWA
13
MASTER_SITE_SUBDIR=	../by-authors/id/M/MI/MIYAGAWA
Lines 69-74 Link Here
69
		FILSPAMASSN "Filter-SpamAssassin Support" off \
70
		FILSPAMASSN "Filter-SpamAssassin Support" off \
70
		PROFANITY "Filter::Profanity Support" off \
71
		PROFANITY "Filter::Profanity Support" off \
71
		HATENARSS "Subscription::HatenaRSS Support" off \
72
		HATENARSS "Subscription::HatenaRSS Support" off \
73
		SUBSCRFOAF "Subscription::FOAF Support" off \
72
		NOTIFYIRC "Notify::IRC Support" off \
74
		NOTIFYIRC "Notify::IRC Support" off \
73
		AGRXANGO "Aggregator::Xango Support" off \
75
		AGRXANGO "Aggregator::Xango Support" off \
74
		HATENADIARY "Filter::HatenaDiaryKeywordLink Support" off \
76
		HATENADIARY "Filter::HatenaDiaryKeywordLink Support" off \
Lines 80-91 Link Here
80
		BLOGLINES "Subscription::Bloglines Support" on \
82
		BLOGLINES "Subscription::Bloglines Support" on \
81
		BABELFISH "Filter::Babelfish Support" off \
83
		BABELFISH "Filter::Babelfish Support" off \
82
		CUSFEEDMIXI "CustomFeed::Mixi Support" off \
84
		CUSFEEDMIXI "CustomFeed::Mixi Support" off \
85
		CUSTOMSVNLOG "CustomFeed::SVNLog Support" off \
83
		NTFYNETSEND "Notify::NetSend Support" off \
86
		NTFYNETSEND "Notify::NetSend Support" off \
84
		FILHTMLSCRB "Filter::HTMLScrubber Support" on \
87
		FILHTMLSCRB "Filter::HTMLScrubber Support" on \
85
		PLANETINI "Subscription::PlanetINI Support" off
88
		PLANETINI "Subscription::PlanetINI Support" off
86
# The below options are not supported yet due to missing depending modules
89
# The below options are not supported yet due to missing depending modules
87
#		CUSTOMSVNLOG "CustomFeed::SVNLog Support" off \
88
#		SUBSCRFOAF "Subscription::FOAF Support" off \
89
#		GUESSLANGUAGE "Filter::GuessLanguage Support" off \
90
#		GUESSLANGUAGE "Filter::GuessLanguage Support" off \
90
#		PINGSERVER "Subscription::PingServer Support" off \
91
#		PINGSERVER "Subscription::PingServer Support" off \
91
#		PUBLISHSWF "Publish::SWF Support" off \
92
#		PUBLISHSWF "Publish::SWF Support" off \
Lines 226-231 Link Here
226
BUILD_DEPENDS+=	${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize
227
BUILD_DEPENDS+=	${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize
227
.endif
228
.endif
228
229
230
.if defined(WITH_SUBSCRFOAF)
231
BUILD_DEPENDS+=	${SITE_PERL}/XML/FOAF.pm:${PORTSDIR}/textproc/p5-XML-FOAF
232
.endif
233
229
.if defined(WITH_NOTIFYIRC)
234
.if defined(WITH_NOTIFYIRC)
230
BUILD_DEPENDS+=	${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \
235
BUILD_DEPENDS+=	${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \
231
		${SITE_PERL}/POE/Component/IKC.pm:${PORTSDIR}/devel/p5-POE-Component-IKC
236
		${SITE_PERL}/POE/Component/IKC.pm:${PORTSDIR}/devel/p5-POE-Component-IKC
Lines 276-281 Link Here
276
BUILD_DEPENDS+=	${SITE_PERL}/WWW/Mixi.pm:${PORTSDIR}/www/p5-WWW-Mixi
281
BUILD_DEPENDS+=	${SITE_PERL}/WWW/Mixi.pm:${PORTSDIR}/www/p5-WWW-Mixi
277
.endif
282
.endif
278
283
284
.if defined(WITH_CUSTOMSVNLOG)
285
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/SVN/Client.pm:${PORTSDIR}/devel/subversion-perl
286
.endif
287
279
.if defined(WITH_NTFYNETSEND)
288
.if defined(WITH_NTFYNETSEND)
280
BUILD_DEPENDS+=	${SITE_PERL}/Net/NetSend.pm:${PORTSDIR}/net-im/p5-Net-NetSend
289
BUILD_DEPENDS+=	${SITE_PERL}/Net/NetSend.pm:${PORTSDIR}/net-im/p5-Net-NetSend
281
.endif
290
.endif

Return to bug 103643