2013-03-29 01:44:53 +01:00
|
|
|
# Created by: Sergey Skvortsov <skv@protey.ru>
|
2002-07-05 15:12:16 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= POE-Component-IRC-Object
|
|
|
|
PORTVERSION= 0.02
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2002-07-05 15:12:16 +02:00
|
|
|
CATEGORIES= irc perl5 devel
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-07-05 15:12:16 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-07 17:42:51 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2013-03-29 01:44:53 +01:00
|
|
|
COMMENT= Slightly simpler OO interface to POE::Component::IRC
|
2002-07-05 15:12:16 +02:00
|
|
|
|
2012-06-04 04:58:34 +02:00
|
|
|
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
|
|
|
|
p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2002-07-05 15:12:16 +02:00
|
|
|
|
2013-11-04 15:28:11 +01:00
|
|
|
#PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2002-07-05 15:12:16 +02:00
|
|
|
|
2014-07-04 02:11:40 +02:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
|
2002-07-05 15:12:16 +02:00
|
|
|
post-install:
|
|
|
|
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
|
2013-11-04 15:28:11 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/example/* ${STAGEDIR}${EXAMPLESDIR}
|
2002-07-05 15:12:16 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|