diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-03-04 18:30:47 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-03-04 18:30:47 +0000 |
commit | 2141794491897edff2191b3893260b7ad8579956 (patch) | |
tree | bec0bf3ae6208b5a6681ad08ddd67ea9617d494b /devel/p5-Devel-KYTProf/Makefile | |
parent | 0661821c2436f8c6134138f9b26aad48b114b787 (diff) | |
download | ports-2141794491897edff2191b3893260b7ad8579956.tar.gz ports-2141794491897edff2191b3893260b7ad8579956.zip |
Notes
Diffstat (limited to 'devel/p5-Devel-KYTProf/Makefile')
-rw-r--r-- | devel/p5-Devel-KYTProf/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/p5-Devel-KYTProf/Makefile b/devel/p5-Devel-KYTProf/Makefile index bdbe8ed0edea..77d5c5ca7749 100644 --- a/devel/p5-Devel-KYTProf/Makefile +++ b/devel/p5-Devel-KYTProf/Makefile @@ -7,6 +7,7 @@ PORTNAME= Devel-KYTProf PORTVERSION= 0.01 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for simple profiler +BUILD_DEPENDS= p5-Class-Data-Inheritable>0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Devel::KYTProf.3 \ |