Also adjust Perl version requirements.

XXX should be killed
This commit is contained in:
joerg 2013-05-31 20:14:24 +00:00
parent 0c87163b4f
commit 7cf213330b

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.27 2013/05/31 12:41:26 wiz Exp $
# $NetBSD: Makefile,v 1.28 2013/05/31 20:14:24 joerg Exp $
#
DISTNAME= dpkg_1.16.3
@ -31,8 +31,8 @@ REPLACE_PERL+= dselect/methods/ftp/update
# XXX this is probably not the best way to do this but it'll have to
# serve for the moment.
THIS_PERL_VERSION= 5.16.0
NEXT_PERL_VERSION= 5.18.0
THIS_PERL_VERSION= 5.18.0
NEXT_PERL_VERSION= 5.20.0
PLIST_SUBST+= PERL=${THIS_PERL_VERSION}
PERL_DEP= perl>=${THIS_PERL_VERSION}<${NEXT_PERL_VERSION}
DEPENDS+= ${PERL_DEP}:../../lang/perl5