diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 10:51:10 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 10:51:10 +0000 |
commit | cd5c31b5c0bd117d56997a7ab2b8ff1b8930e188 (patch) | |
tree | 5f38930f02c1c2d052df3edc6ed802d7b49217ec /irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile | |
parent | 8db4f62979407d6708936eb3490e3fc978afd4cc (diff) | |
download | ports-cd5c31b5c0bd117d56997a7ab2b8ff1b8930e188.tar.gz ports-cd5c31b5c0bd117d56997a7ab2b8ff1b8930e188.zip |
Notes
Diffstat (limited to 'irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile')
-rw-r--r-- | irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile b/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile index c61deb746811..3eda47c269aa 100644 --- a/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-POE-Component-IRC-Plugin-QueryDNS -# Date created: 20.06.2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= POE-Component-IRC-Plugin-QueryDNS PORTVERSION= 1.04 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Net-IP>=1.25:${PORTSDIR}/net-mgmt/p5-Net-IP \ RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::QueryDNS.3 |