freebsd-ports/devel/p5-Sub-WrapPackages/Makefile
2012-10-03 18:31:53 +00:00

22 lines
571 B
Makefile

# Created by: George Hartzell <hartzell@alerce.com>
# $FreeBSD$
PORTNAME= Sub-WrapPackages
PORTVERSION= 2.0
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Add pre- and post-execution wrappers
RUN_DEPENDS= p5-Hook-LexWrap>=0:${PORTSDIR}/devel/p5-Hook-LexWrap \
p5-Devel-Caller-IgnoreNamespaces>=1:${PORTSDIR}/devel/p5-Devel-Caller-IgnoreNamespaces \
p5-Sub-Prototype>=0.02:${PORTSDIR}/devel/p5-Sub-Prototype
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Sub::WrapPackages.3
.include <bsd.port.mk>