- missing run dependency

This commit is contained in:
jasper 2010-01-11 22:11:52 +00:00
parent 6828fdbb7d
commit e8e39e85b7

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2008/10/08 21:41:09 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/01/11 22:11:52 jasper Exp $
COMMENT= perform tests on all modules of a distribution
MODULES= cpan
DISTNAME= Test-Distribution-2.00
PKGNAME= ${DISTNAME}p0
CATEGORIES= devel
# Perl
@ -15,4 +16,6 @@ PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= modbuild
RUN_DEPENDS= ::devel/p5-File-Find-Rule-Perl
.include <bsd.port.mk>