aboutsummaryrefslogtreecommitdiff
path: root/irc/p5-POE-Session-Irssi
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-08-07 02:59:09 +0000
committerSteve Wills <swills@FreeBSD.org>2011-08-07 02:59:09 +0000
commit6580389e9666adb940b76d232878f9aac529eb26 (patch)
tree6f00270a2e87742f9342361c6546802c3a026873 /irc/p5-POE-Session-Irssi
parentbebe82f34d0e66db65b0c2242381b0c6960539ab (diff)
downloadports-6580389e9666adb940b76d232878f9aac529eb26.tar.gz
ports-6580389e9666adb940b76d232878f9aac529eb26.zip
- Make use of CPAN:USER macro
- Add LICENSE - Use versioned checks for (BUILD|RUN)_DEPENDS - Add installing examples output PR: ports/159569 Submitted by: Jase Thew <freebsd@beardz.net> (maintainer)
Notes
Notes: svn path=/head/; revision=279072
Diffstat (limited to 'irc/p5-POE-Session-Irssi')
-rw-r--r--irc/p5-POE-Session-Irssi/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/irc/p5-POE-Session-Irssi/Makefile b/irc/p5-POE-Session-Irssi/Makefile
index 3dc224a903d0..79b37d28d049 100644
--- a/irc/p5-POE-Session-Irssi/Makefile
+++ b/irc/p5-POE-Session-Irssi/Makefile
@@ -9,16 +9,19 @@ PORTNAME= POE-Session-Irssi
PORTVERSION= 0.50
CATEGORIES= irc perl5 devel
MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:MARTIJN
PKGNAMEPREFIX= p5-
MAINTAINER= freebsd@beardz.net
COMMENT= Emit POE events for Irssi signals
-BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
- ${SITE_PERL}/Sub/Uplevel.pm:${PORTSDIR}/devel/p5-Sub-Uplevel \
+LICENSE= GPLv2
+
+BUILD_DEPENDS= p5-POE>=1.003:${PORTSDIR}/devel/p5-POE \
+ p5-Sub-Uplevel>0:${PORTSDIR}/devel/p5-Sub-Uplevel \
p5-POE-Loop-Glib>=0.036:${PORTSDIR}/devel/p5-POE-Loop-Glib
-RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
- ${SITE_PERL}/Sub/Uplevel.pm:${PORTSDIR}/devel/p5-Sub-Uplevel \
+RUN_DEPENDS= p5-POE>=1.003:${PORTSDIR}/devel/p5-POE \
+ p5-Sub-Uplevel>0:${PORTSDIR}/devel/p5-Sub-Uplevel \
p5-POE-Loop-Glib>=0.036:${PORTSDIR}/devel/p5-POE-Loop-Glib \
irssi:${PORTSDIR}/irc/irssi
@@ -29,6 +32,7 @@ MAN3= POE::Session::Irssi.3
post-install:
.ifndef(NOPORTEXAMPLES)
+ @${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLESDIR}
.endif