1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/p5-B-Hooks-EndOfScope/Makefile
Andrej Zverev 76f94d3e81 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 13:36:43 +00:00

30 lines
800 B
Makefile

# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
# $FreeBSD$
PORTNAME= B-Hooks-EndOfScope
PORTVERSION= 0.12
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Execute code after a scope finished compilation
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Module-Implementation>=0.05:${PORTSDIR}/devel/p5-Module-Implementation \
p5-Module-Runtime>=0.012:${PORTSDIR}/devel/p5-Module-Runtime \
p5-Sub-Exporter-Progressive>=0.001.006:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= B::Hooks::EndOfScope.3 \
B::Hooks::EndOfScope::PP.3 \
B::Hooks::EndOfScope::PP::FieldHash.3 \
B::Hooks::EndOfScope::PP::HintHash.3 \
B::Hooks::EndOfScope::XS.3
.include <bsd.port.mk>