025783bbf3
For many APIs with large numbers of classes, it can be very useful to be able to do a quick once-over to make sure that classes, methods, and inheritance is correct, before doing more comprehensive testing. This module aims to provide such a capability.
24 lines
479 B
Makefile
24 lines
479 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/04 09:54:10 msf Exp $
|
|
|
|
COMMENT= "basic first-pass API testing for large class trees"
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Test-ClassAPI-1.02
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Class-Inspector \
|
|
::devel/p5-Config-Tiny
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
.include <bsd.port.mk>
|