add missing dep on p5-IO-stringy otherwise cpan auto-installs it.
ok stephan@
This commit is contained in:
parent
3b1c36e306
commit
95df2301f2
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/16 14:10:11 stephan Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/06/03 14:18:20 sthen Exp $
|
||||
|
||||
COMMENT = logging Role with easy interface for Moose
|
||||
|
||||
DISTNAME = MooseX-Log-Log4perl-0.40
|
||||
PKGNAME = p5-${DISTNAME}p0
|
||||
CATEGORIES = devel
|
||||
MODULES = cpan
|
||||
|
||||
@ -15,7 +16,8 @@ PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
RUN_DEPENDS = ::devel/p5-Moose \
|
||||
::devel/p5-Log-Log4perl
|
||||
::devel/p5-Log-Log4perl \
|
||||
::devel/p5-IO-stringy
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user