Index: head/math/p5-Math-CDF/Makefile =================================================================== --- head/math/p5-Math-CDF/Makefile (revision 394485) +++ head/math/p5-Math-CDF/Makefile (revision 394486) @@ -1,17 +1,20 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= Math-CDF PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generate probabilities and quantiles USE_PERL5= configure USES= perl5 + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/CDF/CDF.so .include