diff options
Diffstat (limited to 'databases/p5-DBZ_File/Makefile')
-rw-r--r-- | databases/p5-DBZ_File/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/p5-DBZ_File/Makefile b/databases/p5-DBZ_File/Makefile index d3b6160d295c..3cafee3b2aaf 100644 --- a/databases/p5-DBZ_File/Makefile +++ b/databases/p5-DBZ_File/Makefile @@ -15,15 +15,12 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= leeym@cae.ce.ntu.edu.tw -USE_PERL5= yes +PERL_CONFIGURE= yes +CONFIGURE_ENV= -I${FILESDIR} -L${FILESDIR} WRKSRC= ${WRKDIR}/DBZ_File MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= DBZ_File.3 -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} -I ${FILESDIR} Makefile.PL \ - LIBS= INC=-I${FILESDIR} CC="${CC}" CCFLAGS="${CFLAGS}" - .include <bsd.port.mk> |