cabe9a216e
create some depency mess. The long term solution is to update+merge gnupg2 into gnupg1 but for now at least we have a clean dependency chain. looks ok to jasper@ and pea@
19 lines
351 B
Makefile
19 lines
351 B
Makefile
# $OpenBSD: Makefile,v 1.14 2010/08/25 06:34:51 ajacoutot Exp $
|
|
|
|
COMMENT= perl5 interface to GnuPG
|
|
|
|
MODULES= cpan
|
|
DISTNAME= GnuPG-0.09
|
|
REVISION= 1
|
|
CATEGORIES= security
|
|
|
|
RUN_DEPENDS= :gnupg-<2:security/gnupg
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|