diff options
author | az <az@FreeBSD.org> | 2014-01-30 01:18:46 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-01-30 01:18:46 +0800 |
commit | 5b3ab82c561948bb1de358656fb828c2b26f5779 (patch) | |
tree | 80001254a115265464fdf0e6b36d6edc7abd59a5 /irc/p5-Bot-BasicBot/Makefile | |
parent | 5904db5f1ae1efd330950f52115836672f68ad78 (diff) | |
download | freebsd-ports-gnome-5b3ab82c561948bb1de358656fb828c2b26f5779.tar.gz freebsd-ports-gnome-5b3ab82c561948bb1de358656fb828c2b26f5779.tar.zst freebsd-ports-gnome-5b3ab82c561948bb1de358656fb828c2b26f5779.zip |
- add stage support
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'irc/p5-Bot-BasicBot/Makefile')
-rw-r--r-- | irc/p5-Bot-BasicBot/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/irc/p5-Bot-BasicBot/Makefile b/irc/p5-Bot-BasicBot/Makefile index 6683a9aa5741..60536243c0f7 100644 --- a/irc/p5-Bot-BasicBot/Makefile +++ b/irc/p5-Bot-BasicBot/Makefile @@ -15,10 +15,7 @@ BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC -MAN3= Bot::BasicBot.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> |