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

20 lines
426 B
Makefile

# $OpenBSD: Makefile,v 1.15 2010/08/25 06:34:51 ajacoutot Exp $
COMMENT= perl5 interface to GnuPG using scalars
MODULES= cpan
DISTNAME= GPG-0.06
REVISION= 1
CATEGORIES= security
CPAN_AUTHOR= MILES
RUN_DEPENDS= :gnupg-<2:security/gnupg
BUILD_DEPENDS= ${RUN_DEPENDS}
PERMIT_PACKAGE_CDROM= no license
PERMIT_PACKAGE_FTP= no license
PERMIT_DISTFILES_CDROM= no license
PERMIT_DISTFILES_FTP= no license
.include <bsd.port.mk>