diff options
Diffstat (limited to 'databases/p5-Metadata/Makefile')
-rw-r--r-- | databases/p5-Metadata/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/p5-Metadata/Makefile b/databases/p5-Metadata/Makefile index 2341a00b4518..461a82f1a91d 100644 --- a/databases/p5-Metadata/Makefile +++ b/databases/p5-Metadata/Makefile @@ -18,13 +18,12 @@ COMMENT= Perl implementation of Dublin Core compatible metadata BUILD_DEPENDS= ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes MAN3= Metadata::Base.3 \ Metadata::HTTP.3 \ Metadata::IAFA.3 \ Metadata::SOIF.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> |