missing dependency

This commit is contained in:
wilfried 2002-06-07 22:17:56 +00:00
parent 0d7f82981e
commit c4e1d8942e

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2002/05/13 18:50:41 espie Exp $
# $OpenBSD: Makefile,v 1.5 2002/06/07 22:17:56 wilfried Exp $
COMMENT= "perl module to validate function/method parameters"
@ -15,6 +15,9 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= :p5-Attribute-Handlers-*:devel/p5-Attribute-Handlers
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>