mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
23 lines
500 B
Makefile
23 lines
500 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Unit
|
|
PORTVERSION= 0.25
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= PerlUnit testing framework
|
|
|
|
BUILD_DEPENDS= p5-Class-Inner>=0:${PORTSDIR}/devel/p5-Class-Inner \
|
|
p5-Devel-Symdump>=0:${PORTSDIR}/devel/p5-Devel-Symdump \
|
|
p5-Error>=0:${PORTSDIR}/lang/p5-Error
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|