openbsd-ports/security/p5-GnuPG/Makefile
ajacoutot cabe9a216e Force dependency on gnupg1 since gnupg2 has the same PKGNAME, it can
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@
2010-08-25 06:34:50 +00:00

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>