diff options
-rw-r--r-- | benchmarks/p5-Benchmark-Forking/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/benchmarks/p5-Benchmark-Forking/Makefile b/benchmarks/p5-Benchmark-Forking/Makefile index c80efac..c50f207 100644 --- a/benchmarks/p5-Benchmark-Forking/Makefile +++ b/benchmarks/p5-Benchmark-Forking/Makefile @@ -6,12 +6,15 @@ PORTVERSION= 1.01 PORTREVISION= 2 CATEGORIES= benchmarks perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Benchmark PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Run benchmarks in separate processes +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure + .include <bsd.port.mk> |