2013-01-14 12:37:27 +01:00
|
|
|
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= namespace-sweep
|
|
|
|
PORTVERSION= 0.006
|
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
|
|
COMMENT= Sweep up imported subs in your classes
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-B-Hooks-EndOfScope>=0.09:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \
|
|
|
|
p5-Package-Stash>=0.33:${PORTSDIR}/devel/p5-Package-Stash \
|
|
|
|
p5-Sub-Identify>=0.04:${PORTSDIR}/devel/p5-Sub-Identify \
|
|
|
|
p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
2013-08-05 17:05:29 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2013-01-14 12:37:27 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|