freebsd-ports/devel/p5-Devel-ArgNames/Makefile
Steve Wills 1a8fd6a70f - Add TEST_DEPENDS to enable testing
- Reset maintainer due to bounced email

PR:		ports/164322
Submitted by:	swills (myself)
2012-01-20 19:29:56 +00:00

26 lines
645 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
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
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
TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
PERL_CONFIGURE= yes
MAN3= Devel::ArgNames.3
.include <bsd.port.mk>