freebsd-ports/devel/p5-Test-Unit/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

24 lines
517 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= Test-Unit
PORTVERSION= 0.25
PORTREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= PerlUnit testing framework
BUILD_DEPENDS= p5-Class-Inner>=0:devel/p5-Class-Inner \
p5-Devel-Symdump>=0:devel/p5-Devel-Symdump \
p5-Error>=0:lang/p5-Error
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 shebangfix
SHEBANG_FILES= TestLister.pl
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>