openbsd-ports/devel/p5-Class-Handle/Makefile
2013-03-11 10:50:00 +00:00

24 lines
465 B
Makefile

# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:14 espie Exp $
COMMENT= module to create objects that are handles to classes
MODULES= cpan
DISTNAME= Class-Handle-1.07
REVISION= 1
CATEGORIES= devel
USE_GROFF = Yes
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= devel/p5-Class-Inspector \
devel/p5-Class-ISA
TEST_DEPENDS=devel/p5-Test-Pod \
devel/p5-Class-ISA
MAKE_ENV+= AUTOMATED_TESTING=1
.include <bsd.port.mk>