Tweak net/gssdp version 0.14.10
[dports.git] / net / p5-POE-Component-Server-Twirc / Makefile
1 # Created by: Lars Thegler <lth@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       POE-Component-Server-Twirc
5 PORTVERSION=    0.16
6 CATEGORIES=     net perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     CPAN:MMIMS
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Twitter/IRC gateway
13
14 BUILD_DEPENDS=  p5-AnyEvent-Twitter-Stream>=0:${PORTSDIR}/net/p5-AnyEvent-Twitter-Stream \
15                 p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \
16                 p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
17                 p5-LWP-UserAgent-POE>=0.02:${PORTSDIR}/www/p5-LWP-UserAgent-POE \
18                 p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \
19                 p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
20                 p5-MooseX-Getopt>=0.15:${PORTSDIR}/devel/p5-MooseX-Getopt \
21                 p5-MooseX-Log-Log4perl>=0:${PORTSDIR}/devel/p5-MooseX-Log-Log4perl \
22                 p5-MooseX-POE>=0.215:${PORTSDIR}/devel/p5-MooseX-POE \
23                 p5-MooseX-SimpleConfig>=0:${PORTSDIR}/devel/p5-MooseX-SimpleConfig \
24                 p5-MooseX-Storage>=0:${PORTSDIR}/devel/p5-MooseX-Storage \
25                 p5-Net-Twitter>=3.11007:${PORTSDIR}/net/p5-Net-Twitter \
26                 p5-POE-Component-Server-IRC>=0.02005:${PORTSDIR}/irc/p5-POE-Component-Server-IRC \
27                 p5-POE-Component-TSTP>=0:${PORTSDIR}/devel/p5-POE-Component-TSTP \
28                 p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
29                 p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \
30                 p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
31                 p5-String-Truncate>=0:${PORTSDIR}/textproc/p5-String-Truncate \
32                 p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
33 RUN_DEPENDS:=   ${BUILD_DEPENDS}
34
35 USES=           perl5
36 USE_PERL5=      configure
37
38 post-patch:
39         @${REINPLACE_CMD} -i '' -e '/auto_install/d' ${WRKSRC}/Makefile.PL
40
41 .include <bsd.port.mk>