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
17 lines
300 B
Makefile
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>
|