mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
31 lines
776 B
Makefile
31 lines
776 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
PORTNAME= namespace-autoclean
|
|
PORTVERSION= 0.29
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Keep imports out of your namespace
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0.12:devel/p5-B-Hooks-EndOfScope \
|
|
p5-Sub-Identify>=0:devel/p5-Sub-Identify \
|
|
p5-namespace-clean>=0.20:devel/p5-namespace-clean
|
|
TEST_DEPENDS= p5-Moo>=0:devel/p5-Moo \
|
|
p5-Moose>=2:devel/p5-Moose \
|
|
p5-Mouse>=0:devel/p5-Mouse \
|
|
p5-Test-Fatal>=0:devel/p5-Test-Fatal \
|
|
p5-Test-Needs>=0:devel/p5-Test-Needs \
|
|
p5-Test-Spelling>0.12:devel/p5-Test-Spelling
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|