95c08373ae
- Add LICENSE (Artistic 1 & GPL 1) - Remove Time::HiRes from dependency list (already in core) - Pet portlint(1) by adding a trailing slash to WWW link Changes: http://search.cpan.org/dist/Devel-TraceUse/Changes PR: ports/172106 [1] Submitted by: Mauricio Herrera Cuadra <mauricio@arareko.net> (maintainer)
20 lines
394 B
Makefile
20 lines
394 B
Makefile
# Created by: Mauricio Herrera Cuadra <mauricio@arareko.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Devel-TraceUse
|
|
PORTVERSION= 2.08
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= mauricio@arareko.net
|
|
COMMENT= This module shows the modules your program loads, recursively
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Devel::TraceUse.3
|
|
|
|
.include <bsd.port.mk>
|