1PORTNAME= Statistics-CaseResampling 2PORTVERSION= 0.17 3CATEGORIES= math perl5 4MASTER_SITES= CPAN 5PKGNAMEPREFIX= p5- 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Efficient resampling and median confidence intervals 9WWW= https://metacpan.org/release/Statistics-CaseResampling 10 11LICENSE= artistic gpl+ 12LICENSE_COMB= dual 13 14USES= perl5 15USE_PERL5= configure 16 17post-install: 18 ${STRIP_CMD} ${PREFIX}/${SITE_ARCH_REL}/auto/Statistics/CaseResampling/CaseResampling.so 19 20.include <bsd.port.mk> 21