freebsd-ports/devel/p5-namespace-autoclean/Makefile
Frederic Culot ebed0d45d4 - Update to 0.20
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/namespace-autoclean/Changes
2014-09-08 12:18:13 +00:00

28 lines
777 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= namespace-autoclean
PORTVERSION= 0.20
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ETHER
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Keep imports out of your namespace
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0.12:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \
p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \
p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean
BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Fatal>0:$PORTSDIR}/devel/p5-Test-Fatal \
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
p5-Test-Spelling>0.12:${PORTSDIR}/devel/p5-Test-Spelling
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>