freebsd-ports/devel/p5-Devel-TraceUse/Makefile
Frederic Culot 95c08373ae - Update to 2.08 [1]
- 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)
2012-09-29 08:04:31 +00:00

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>