2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/12/03 11:44:36 ajacoutot 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
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2006-12-04 04:54:10 -05:00
|
|
|
|
|
|
|
DISTNAME= Test-ClassAPI-1.02
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 1
|
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
|
|
|
|
|
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}
|
|
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|