openbsd-ports/devel/p5-Class-Autouse/Makefile

20 lines
359 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.14 2013/03/11 10:50:13 espie Exp $
COMMENT= run-time class loading on first method call
MODULES= cpan
DISTNAME= Class-Autouse-1.29
REVISION= 0
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
2013-03-11 06:50:00 -04:00
TEST_DEPENDS= devel/p5-Test-Pod \
2010-11-15 14:45:56 -05:00
devel/p5-prefork
2005-11-22 04:04:13 -05:00
.include <bsd.port.mk>