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

25 lines
452 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2010/12/03 11:44:38 ajacoutot 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-15 14:45:56 -05:00
REGRESS_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>