81c4df9b80
and enable pod tests
23 lines
476 B
Makefile
23 lines
476 B
Makefile
# $OpenBSD: Makefile,v 1.3 2008/07/27 23:00:10 simon Exp $
|
|
|
|
COMMENT= module to create objects that are handles to classes
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-Handle-1.07
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Class-Inspector
|
|
REGRESS_DEPENDS=::devel/p5-Test-Pod
|
|
|
|
MAKE_ENV+= AUTOMATED_TESTING=1
|
|
|
|
.include <bsd.port.mk>
|