openbsd-ports/devel/p5-Tree-Simple/Makefile

22 lines
367 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.13 2013/03/11 10:50:23 espie Exp $
COMMENT= simple tree object
2006-11-29 03:23:29 -05:00
MODULES= cpan
DISTNAME= Tree-Simple-1.18
REVISION= 1
2006-11-29 03:23:29 -05:00
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
# Artistic
PERMIT_PACKAGE_CDROM= Yes
2013-03-11 06:50:00 -04:00
TEST_DEPENDS= devel/p5-Test-Exception \
2010-11-26 02:18:59 -05:00
devel/p5-Test-Memory-Cycle>=1.02
2006-12-05 01:16:38 -05:00
MAKE_ENV= TEST_POD=Yes
CONFIGURE_STYLE= modbuild
.include <bsd.port.mk>