24 lines
488 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2010/12/03 11:44:38 ajacoutot Exp $
COMMENT= class for viewing Tree::Simple hierarchies
2008-10-05 21:24:57 +00:00
DISTNAME= Tree-Simple-View-0.17
REVISION= 0
CATEGORIES= devel
MODULES= cpan
2010-10-18 17:47:50 +00:00
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-26 07:18:59 +00:00
RUN_DEPENDS= devel/p5-Class-Throwable>=0.1 \
devel/p5-Test-Exception>=0.15 \
2010-11-15 19:45:56 +00:00
devel/p5-Test-LongString \
2010-11-26 07:18:59 +00:00
devel/p5-Tree-Simple>=1.07
.include <bsd.port.mk>