freebsd-ports/benchmarks/p5-Benchmark-Stopwatch/Makefile
Dmitry Marakasov ef13ca64f7 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2019-03-21 09:01:03 +00:00

25 lines
501 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Benchmark-Stopwatch
PORTVERSION= 0.05
PORTREVISION= 1
CATEGORIES= benchmarks perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple timing of stages of your code
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS} \
p5-Test-LongString>=0:devel/p5-Test-LongString
RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>