freebsd-ports/devel/p5-Test-Benchmark/Makefile
Sunpoet Po-Chuan Hsieh 46c9d75256 Remove outdated PERL_LEVEL check
- Add NO_ARCH
2017-06-02 18:12:53 +00:00

22 lines
410 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Test-Benchmark
PORTVERSION= 0.004
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Make sure something really is faster
LICENSE= LGPL21
TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>