WWW: http://search.cpan.org/dist/Devel-ArgNames/ PR: ports/149395 Submitted by: Christopher Key <cjk32 at cam.ac.uk>
24 lines
563 B
Makefile
24 lines
563 B
Makefile
# New ports collection makefile for: p5-Devel-ArgNames
|
|
# Date created: 2010-08-08
|
|
# Whom: Christopher Key <cjk32@cam.ac.uk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Devel-ArgNames
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= cjk32@cam.ac.uk
|
|
COMMENT= Figure out the names of variables passed into subroutines
|
|
|
|
BUILD_DEPENDS= p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker
|
|
RUN_DEPENDS= p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Devel::ArgNames.3
|
|
|
|
.include <bsd.port.mk>
|