diff options
Diffstat (limited to 'textproc/p5-Hash-Merge/Makefile')
-rw-r--r-- | textproc/p5-Hash-Merge/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/p5-Hash-Merge/Makefile b/textproc/p5-Hash-Merge/Makefile index 6fc70e83d87e..c8e7825af79c 100644 --- a/textproc/p5-Hash-Merge/Makefile +++ b/textproc/p5-Hash-Merge/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-Hash-Merge -# Date created: 22 June 2004 -# Whom: snowchyld -# +# Created by: snowchyld # $FreeBSD$ PORTNAME= Hash-Merge @@ -18,6 +15,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} MAN3= Hash::Merge.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> |