aboutsummaryrefslogtreecommitdiffstats
path: root/irc/p5-AnyEvent-IRC/Makefile
blob: 9b343975db24451866dcf3c155e4e1627999691c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   AnyEvent-IRC
PORTVERSION=    0.97
PORTREVISION=   1
CATEGORIES= irc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Event system independent IRC protocol module

BUILD_DEPENDS=  p5-AnyEvent>=0:devel/p5-AnyEvent \
        p5-Object-Event>=0.7:devel/p5-Object-Event
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>