pkgsrc/security/EasyPG/Makefile
gdt 36a87e0b0b update to 0.0.8.
* Major changes in 0.0.8

** epa-file.el can now specify recipient keys from the file local
   variable `epa-file-encrypt-to'.

** Always encode passphrase with eol-type LF.

** Allow empty user IDs.

** Support handling notations on the signature.

* Major changes in 0.0.7

** Fixed a clearsign verification bug.
2006-11-30 14:08:27 +00:00

20 lines
606 B
Makefile

# $NetBSD: Makefile,v 1.4 2006/11/30 14:08:27 gdt Exp $
DISTNAME= epg-0.0.8
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/}
CATEGORIES= security mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=epg/22915/}
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.easypg.org/
COMMENT= GnuPG interface for emacs
GNU_CONFIGURE= YES
MAKE_FLAGS+= lispdir=${EMACS_LISPPREFIX:Q}
# per README, GnuPG 1.4.3 and GNU Emacs 21.4 or XEmacs 21.4
DEPENDS+= gnupg>=1.4.3:../../security/gnupg
EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox xemacs214 xemacs215
.include "../../mk/emacs.mk"
.include "../../mk/bsd.pkg.mk"