diff options
author | gdt <gdt@pkgsrc.org> | 2012-02-28 17:13:09 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-02-28 17:13:09 +0000 |
commit | 915a21ccee0ce050b4de740f5d6be7a537c7f079 (patch) | |
tree | c6ae167d1f042fa388e6ee61bbe2c1fbc96ca788 /devel | |
parent | f1e5b692552a59b9723d5caaff8375f1eb8f613d (diff) | |
download | pkgsrc-915a21ccee0ce050b4de740f5d6be7a537c7f079.tar.gz |
Add mail-related p5 packages.
Add MIME::Base64 and Authen::SASL for git-send-email to resolve
PR pkg/46109. Adds mere hundreds of K to a package that 'pkg_info -s'
says is hundreds of MB.
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 1f054e0f58b..c1a6ef74ca1 100644 --- a/devel/scmgit-base/Makefile +++ b/devel/scmgit-base/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.39 2012/02/17 13:54:02 hans Exp $ +# $NetBSD: Makefile,v 1.40 2012/02/28 17:13:09 gdt Exp $ .include "../../devel/scmgit/Makefile.common" PKGNAME= scmgit-base-${GIT_VERSION} +PKGREVISION= 1 COMMENT= GIT Tree History Storage Tool (base package) PKG_DESTDIR_SUPPORT= user-destdir @@ -10,6 +11,9 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= git<4.9.5nb1 # misc/git 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 USE_LANGUAGES= c99 USE_TOOLS+= perl:run sh:run msgfmt |