diff options
Diffstat (limited to 'converters/p5-Encode/Makefile')
-rw-r--r-- | converters/p5-Encode/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/converters/p5-Encode/Makefile b/converters/p5-Encode/Makefile index b9f0e196593..3468fe162a3 100644 --- a/converters/p5-Encode/Makefile +++ b/converters/p5-Encode/Makefile @@ -8,19 +8,16 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DANKOGAI PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Provides interfaces between strings and the rest of the system LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USES= perl5 USE_PERL5= configure +USES= perl5 post-patch: @${REINPLACE_CMD} -e 's|bin/enc2xs||; s|bin/piconv||' ${WRKSRC}/Makefile.PL -regression-test: - cd ${WRKSRC} && ${MAKE} test - .include <bsd.port.mk> |