add {REGRESS,RUN}_DEPENDS

from maintainer ibrahim khalifa, ok naddy@
This commit is contained in:
sturm 2003-08-24 20:31:23 +00:00
parent 9098763fc1
commit 84f68ea798

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/11/25 03:04:33 margarida Exp $
# $OpenBSD: Makefile,v 1.2 2003/08/24 20:31:23 sturm Exp $
COMMENT= "module to read TNEF files"
@ -16,6 +16,9 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
RUN_DEPENDS= :p5-MIME-tools-*:mail/p5-MIME-tools
REGRESS_DEPENDS=${RUN_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>