19c53271c2
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)
20 lines
373 B
Makefile
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>
|