aboutsummaryrefslogtreecommitdiffstats
path: root/irc/p5-POE-Component-IRC-Object/Makefile
blob: f49235e878940e0cea27f68965f96e44c187fa5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=   POE-Component-IRC-Object
PORTVERSION=    0.02
CATEGORIES= irc perl5 devel
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Slightly simpler OO interface to POE::Component::IRC

BUILD_DEPENDS=  p5-POE>=0:${PORTSDIR}/devel/p5-POE \
        p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC
RUN_DEPENDS:=   ${BUILD_DEPENDS}

#PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
USES=       perl5
USE_PERL5=  configure

post-install:
.ifndef(NOPORTDOCS)
    @${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
    @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
    ${INSTALL_SCRIPT} ${WRKSRC}/example/* ${STAGEDIR}${EXAMPLESDIR}
.endif

.include <bsd.port.mk>