mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
22 lines
558 B
Makefile
22 lines
558 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}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|