missing RUN_DEPENDS
This commit is contained in:
parent
f15bb48241
commit
2bd72b31f7
@ -1,15 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2006/01/07 20:21:16 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2006/08/12 09:37:56 sturm Exp $
|
||||
|
||||
COMMENT= "smart return-value object"
|
||||
|
||||
DISTNAME= Class-ReturnValue-0.53
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
MAINTAINER= Michael Coulter <mjc@openbsd.org>
|
||||
|
||||
BUILD_DEPENDS= :p5-Devel-StackTrace-*:devel/p5-Devel-StackTrace
|
||||
|
||||
# Artistic License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -18,6 +16,9 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Devel-StackTrace-*:devel/p5-Devel-StackTrace
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
CONFIGURE_ARGS= --no-prompts
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user