update GnuPG interfaces to ignore dependency on specific gnupg version

update NEED_VERSION
This commit is contained in:
peter 2001-04-13 20:19:10 +00:00
parent e4f6a1841c
commit 474f2278fd
3 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/04/11 14:35:55 peter Exp $
# $OpenBSD: Makefile,v 1.2 2001/04/13 20:19:10 peter Exp $
COMMENT= "perl5 interface to GnuPG using scalars"
@ -6,12 +6,12 @@ VERSION= 0.06
DISTNAME= GPG-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
NEED_VERSION= 1.386
NEED_VERSION= 1.395
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MILES
BUILD_DEPENDS= ${LOCALBASE}/bin/gpg::security/gnupg
RUN_DEPENDS= ${LOCALBASE}/bin/gpg::security/gnupg
BUILD_DEPENDS= ${LOCALBASE}/bin/gpg:gnupg-*:security/gnupg
RUN_DEPENDS= ${BUILD_DEPENDS}
MAINTAINER= Peter Galbavy <peter.galbavy@knowledge.com>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2001/04/05 21:12:40 peter Exp $
# $OpenBSD: Makefile,v 1.3 2001/04/13 20:19:10 peter Exp $
COMMENT= "perl5 interface to GnuPG"
@ -6,13 +6,13 @@ VERSION= 0.11
DISTNAME= GnuPG-Interface-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
NEED_VERSION= 1.386
NEED_VERSION= 1.395
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GnuPG
BUILD_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/Class/MethodMaker.pm::devel/p5-Class-MethodMaker
RUN_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/Class/MethodMaker.pm::devel/p5-Class-MethodMaker \
${LOCALBASE}/bin/gpg::security/gnupg
${LOCALBASE}/bin/gpg:gnupg-*:security/gnupg
MAINTAINER= Peter Galbavy <peter.galbavy@knowledge.com>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2001/04/05 21:12:41 peter Exp $
# $OpenBSD: Makefile,v 1.4 2001/04/13 20:19:10 peter Exp $
COMMENT= "perl5 interface to GnuPG"
@ -6,11 +6,11 @@ VERSION= 0.07
DISTNAME= GnuPG-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
NEED_VERSION= 1.386
NEED_VERSION= 1.395
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GnuPG
RUN_DEPENDS= ${LOCALBASE}/bin/gpg::security/gnupg
RUN_DEPENDS= ${LOCALBASE}/bin/gpg:gnupg-*:security/gnupg
MAINTAINER= Peter Galbavy <peter.galbavy@knowledge.com>