freebsd-ports/devel/p5-Devel-Callsite/Makefile
Anton Berezin 89e8bd5455 Update to 0.06.
Also, change the header to the new layout.

Changes in 0.06: http://cpansearch.perl.org/src/ROCKY/Devel-Callsite-0.06/Changes

Feature safe:	yes
2012-10-31 10:44:59 +00:00

17 lines
300 B
Makefile

# $FreeBSD$
PORTNAME= Devel-Callsite
PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Devel
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Gets current callsite and interpreter context
PERL_CONFIGURE= yes
MAN3= Devel::Callsite.3
.include <bsd.port.mk>