openbsd-ports/security/p5-GnuPG-Interface/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

21 lines
425 B
Makefile

# $OpenBSD: Makefile,v 1.13 2010/08/25 06:34:51 ajacoutot Exp $
COMMENT= perl5 interface to GnuPG
MODULES= cpan
DISTNAME= GnuPG-Interface-0.36
REVISION= 0
CATEGORIES= security
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Class-MethodMaker \
:gnupg-<2:security/gnupg
.include <bsd.port.mk>