aaa1885833
ok jasper@
26 lines
532 B
Makefile
26 lines
532 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:44:38 ajacoutot Exp $
|
|
|
|
COMMENT = keep imports out of your namespace
|
|
|
|
MODULES = cpan
|
|
DISTNAME = namespace-autoclean-0.09
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
USE_GROFF = Yes
|
|
|
|
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
|
|
|
|
REGRESS_DEPENDS = devel/p5-Moose
|
|
|
|
.include <bsd.port.mk>
|