24 lines
564 B
Makefile
24 lines
564 B
Makefile
# Created by: George Hartzell <hartzell@alerce.com>
|
|
|
|
PORTNAME= Sub-WrapPackages
|
|
PORTVERSION= 2.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Add pre- and post-execution wrappers
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Devel-Caller-IgnoreNamespaces>=1:devel/p5-Devel-Caller-IgnoreNamespaces \
|
|
p5-Hook-LexWrap>=0:devel/p5-Hook-LexWrap \
|
|
p5-Sub-Prototype>=0.02:devel/p5-Sub-Prototype
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|