diff options
Diffstat (limited to 'devel/p5-TraceFuncs')
-rw-r--r-- | devel/p5-TraceFuncs/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-TraceFuncs/pkg-comment | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/devel/p5-TraceFuncs/Makefile b/devel/p5-TraceFuncs/Makefile index 23254ad5c664..bbdcb209ea90 100644 --- a/devel/p5-TraceFuncs/Makefile +++ b/devel/p5-TraceFuncs/Makefile @@ -15,8 +15,6 @@ DISTNAME= traceFunc-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= A perl5 module to trace function calls as they happen - PERL_CONFIGURE= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/devel/p5-TraceFuncs/pkg-comment b/devel/p5-TraceFuncs/pkg-comment new file mode 100644 index 000000000000..521e36aa93ce --- /dev/null +++ b/devel/p5-TraceFuncs/pkg-comment @@ -0,0 +1 @@ +A perl5 module to trace function calls as they happen |