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
|
2008-06-21 00:15:45 +02:00
|
|
|
CATEGORIES= irc perl5 devel
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-11-18 10:37:31 +01:00
|
|
|
MAINTAINER= ports@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
|
|
|
|
2012-04-10 07:53:03 +02:00
|
|
|
BUILD_DEPENDS= p5-Net-IP>=1.25:${PORTSDIR}/net-mgmt/p5-Net-IP \
|
|
|
|
p5-POE-Component-Client-DNS>=1.00:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \
|
|
|
|
p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
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
|
|
|
|
|
|
|
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>
|