openbsd-ports/devel/p5-namespace-autoclean/Makefile

25 lines
529 B
Makefile

# $OpenBSD: Makefile,v 1.5 2012/04/07 14:06:37 sthen Exp $
COMMENT = keep imports out of your namespace
MODULES = cpan
DISTNAME = namespace-autoclean-0.13
CATEGORIES = devel
MAINTAINER = Cesare Gargano <gar@plusiagamma.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = devel/p5-B-Hooks-EndOfScope \
devel/p5-Class-MOP \
devel/p5-namespace-clean>=0.20
REGRESS_DEPENDS = devel/p5-Moose \
devel/p5-Sub-Name
.include <bsd.port.mk>