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.
This commit is contained in:
parent
f1e5b69255
commit
915a21ccee
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue