diff options
author | gdt <gdt@pkgsrc.org> | 2012-06-18 20:50:39 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-06-18 20:50:39 +0000 |
commit | f2df24ad70ebc6e5c0c9a894cb66923511ccf428 (patch) | |
tree | 663282df8b148ec84f15d3e603bb89507bb7d669 /devel | |
parent | 76f82443864069ab4733253eb22603abbb65b505 (diff) | |
download | pkgsrc-f2df24ad70ebc6e5c0c9a894cb66923511ccf428.tar.gz |
Comment-only change to xref pkg/46109.
Note that some perl modules that git-send-email requires are not
dependencies.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/scmgit-base/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/scmgit-base/Makefile b/devel/scmgit-base/Makefile index ac2e510f895..19dcfc3093d 100644 --- a/devel/scmgit-base/Makefile +++ b/devel/scmgit-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2012/05/28 13:33:20 adam Exp $ +# $NetBSD: Makefile,v 1.48 2012/06/18 20:50:39 gdt Exp $ .include "../../devel/scmgit/Makefile.common" @@ -13,6 +13,10 @@ DEPENDS+= p5-Error>=0.17015:../../devel/p5-Error # for git-send-email DEPENDS+= p5-MIME-Base64>=3.13:../../converters/p5-MIME-Base64 DEPENDS+= p5-Authen-SASL>=1.0:../../security/p5-Authen-SASL +# PR pkg/46109 points out that other modules are missing as well, including: +# Email::Valid +# Mail::Address +# Net::SMTP::SSL USE_LANGUAGES= c99 USE_TOOLS+= perl:run sh:run msgfmt |