Fix DEPENDS and bump REVISION.

This commit is contained in:
landry 2011-01-06 20:46:51 +00:00
parent ccc9008e94
commit f3f4d63611

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/11 09:34:05 landry Exp $
# $OpenBSD: Makefile,v 1.2 2011/01/06 20:46:51 landry Exp $
COMMENT = displays stack trace in HTML
MODULES = cpan
DISTNAME = Devel-StackTrace-AsHTML-0.09
REVISION = 0
CATEGORIES = devel
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
@ -13,6 +14,7 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
BUILD_DEPENDS = devel/p5-Devel-StackTrace
RUN_DEPENDS = devel/p5-Devel-StackTrace
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>