2013-09-10 12:51:10 +02:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2008-06-21 00:15:45 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= POE-Component-IRC-Plugin-QueryDNS
|
2012-05-03 16:25:07 +02:00
|
|
|
PORTVERSION= 1.04
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2008-06-21 00:15:45 +02:00
|
|
|
CATEGORIES= irc perl5 devel
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-11-18 11:38:26 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2014-06-13 09:36:27 +02:00
|
|
|
COMMENT= POE::Component::IRC plugin for IRC based DNS queries
|
2008-06-21 00:15:45 +02:00
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-Net-IP>=1.25:net-mgmt/p5-Net-IP \
|
2016-04-01 16:08:37 +02:00
|
|
|
p5-POE-Component-Client-DNS>=1.00:dns/p5-POE-Component-Client-DNS \
|
|
|
|
p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC
|
2008-06-21 00:15:45 +02:00
|
|
|
|
|
|
|
PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
|
2013-09-10 12:51:10 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-06-21 00:15:45 +02:00
|
|
|
|
2015-03-13 18:29:58 +01:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
|
2008-06-21 00:15:45 +02:00
|
|
|
post-install:
|
2014-02-06 03:43:00 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
|
2008-06-21 00:15:45 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|