openbsd-ports/devel/p5-Tree-Simple-View/Makefile
jasper 7132ca00c1 import p5-Tree-Simple-View 0.16
This serves as an abstract base class to the Tree::Simple::View::*
classes. There are two implementing classes included here:
Tree::Simple::View::HTML and Tree::Simple::View::DHTML.

"ok, GOGOGO" simon@
2008-02-04 20:05:42 +00:00

22 lines
541 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/02/04 20:05:42 jasper Exp $
COMMENT= class for viewing Tree::Simple hierarchies
DISTNAME= Tree-Simple-View-0.16
CATEGORIES= devel
MODULES= cpan
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :p5-Class-Throwable->=0.1:devel/p5-Class-Throwable \
:p5-Test-Exception->=0.15:devel/p5-Test-Exception \
:p5-Test-LongString-*:devel/p5-Test-LongString \
:p5-Tree-Simple->=1.07:devel/p5-Tree-Simple
.include <bsd.port.mk>