openbsd-ports/security/p5-GnuPG/Makefile
gsoares 19c53271c2 update p5-GnuPG to 0.19
changes:
* POD typo fix. (patch by Salvatore Bonaccorso) [RT72600]
* Don't use deprecated shared memory mode (patch by Adam Benjamin)
* Log format. (pointed out by Adam Benjamin)
* command output parsing for newer gnupg (patch by Adam Benjamin)
2012-04-18 14:44:56 +00:00

20 lines
373 B
Makefile

# $OpenBSD: Makefile,v 1.21 2012/04/18 14:44:56 gsoares Exp $
COMMENT= perl5 interface to GnuPG
MODULES= cpan
DISTNAME= GnuPG-0.19
CATEGORIES= security
MAINTAINER= Gleydson Soares <gsoares@openbsd.org>
RUN_DEPENDS= security/gnupg
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>