Missing dependency on devel/p5-Test-use-ok

ok sthen@
This commit is contained in:
kevlo 2010-06-09 08:55:09 +00:00
parent c372546125
commit 69ff125b10

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/05/26 08:00:24 simon Exp $
# $OpenBSD: Makefile,v 1.2 2010/06/09 08:55:09 kevlo Exp $
COMMENT = tie to an existing object
MODULES = cpan
DISTNAME = Tie-ToObject-0.03
PKGNAME = p5-${DISTNAME}p0
CATEGORIES = devel
MAINTAINER = Simon Bertrang <simon@openbsd.org>
@ -14,6 +15,7 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
REGRESS_DEPENDS = ::devel/p5-Test-use-ok
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = ::devel/p5-Test-use-ok
.include <bsd.port.mk>