22 lines
418 B
Makefile
22 lines
418 B
Makefile
|
# New ports collection makefile for: devel/p5-Test-Debugger
|
||
|
# Date created: February 13, 2008
|
||
|
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= Test-Debugger
|
||
|
PORTVERSION= 0.14
|
||
|
CATEGORIES= devel perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= leeym@FreeBSD.org
|
||
|
COMMENT= Create Test Scripts which Generate Log Files
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= Test::Debugger.3
|
||
|
|
||
|
.include <bsd.port.mk>
|