2011-04-21 02:56:37 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2011/04/21 06:56:37 jasper 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
|
|
|
|
|
2011-04-21 02:56:37 -04:00
|
|
|
DISTNAME= Test-ClassAPI-1.06
|
2006-12-04 04:54:10 -05:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
2011-04-21 02:56:37 -04:00
|
|
|
# perl
|
2006-12-04 04:54:10 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
RUN_DEPENDS= devel/p5-Class-Inspector \
|
|
|
|
devel/p5-Config-Tiny
|
2006-12-04 04:54:10 -05:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
2011-04-21 02:56:37 -04:00
|
|
|
CONFIGURE_STYLE=modinst
|
2006-12-04 04:54:10 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|