23 lines
448 B
Makefile
23 lines
448 B
Makefile
|
# New ports collection makefile for: devel/p5-Devel-Callsite
|
||
|
# Date created: 05 September 2008
|
||
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= Devel-Callsite
|
||
|
PORTVERSION= 0.04
|
||
|
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>
|