2007-09-15 22:52:56 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2007/09/16 02:53:09 merdely Exp $
|
2006-12-04 04:54:10 -05:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= basic first-pass API testing for large class trees
|
2006-12-04 04:54:10 -05:00
|
|
|
|
|
|
|
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>
|