2010-12-03 11:44:22 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/12/03 11:44:38 ajacoutot Exp $
|
2008-02-04 20:05:42 +00:00
|
|
|
|
|
|
|
COMMENT= class for viewing Tree::Simple hierarchies
|
|
|
|
|
2008-10-05 21:24:57 +00:00
|
|
|
DISTNAME= Tree-Simple-View-0.17
|
2010-12-03 11:44:22 +00:00
|
|
|
REVISION= 0
|
2008-02-04 20:05:42 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
MODULES= cpan
|
2010-10-18 17:47:50 +00:00
|
|
|
USE_GROFF = Yes
|
2008-02-04 20:05:42 +00:00
|
|
|
|
|
|
|
# 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
|
2008-02-04 20:05:42 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|