2010-09-15 09:52:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2010/09/15 13:52:11 sthen 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
|
2010-09-15 09:52:11 -04:00
|
|
|
REVISION= 0
|
2006-12-04 04:54:10 -05:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
# 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>
|