1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Fix TEST_DEPENDS reference to non-existant port

- Reset maintainer to perl@ due to maintainers email bouncing

PR:		ports/160997
Submitted by:	swills (me)
This commit is contained in:
Steve Wills 2011-09-24 21:14:21 +00:00
parent d00b961fcf
commit e012507b90
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282342

View File

@ -12,13 +12,13 @@ MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:FREW
PKGNAMEPREFIX= p5-
MAINTAINER= cjk32@cam.ac.uk
MAINTAINER= perl@FreeBSD.org
COMMENT= Less indentation and newlines plus sub deparsing
BUILD_DEPENDS= p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
RUN_DEPENDS= p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
TEST_DEPENDS = p5-Error-Simple>=0:${PORTSDIR}/devel/p5-Error-Simple
TEST_DEPENDS = p5-Error>=0:${PORTSDIR}/lang/p5-Error
OPTIONS= ARGNAMES "Enable DwarnN subroutine" On