diff --git a/devel/p5-Time-Moment/Makefile b/devel/p5-Time-Moment/Makefile index cb49f30eaaa3..ea6615c9943d 100644 --- a/devel/p5-Time-Moment/Makefile +++ b/devel/p5-Time-Moment/Makefile @@ -1,8 +1,9 @@ PORTNAME= Time-Moment DISTVERSION= 0.46 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR=CPAN:CHANSEN +MASTER_SITE_SUBDIR= CPAN:CHANSEN PKGNAMEPREFIX= p5- MAINTAINER= bokutin@bokut.in @@ -21,4 +22,7 @@ USE_PERL5= configure MAKE_JOBS_UNSAFE=yes +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Time/Moment/Moment.so + .include