diff options
Diffstat (limited to 'devel/p5-UNIVERSAL-exports/Makefile')
-rw-r--r-- | devel/p5-UNIVERSAL-exports/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/p5-UNIVERSAL-exports/Makefile b/devel/p5-UNIVERSAL-exports/Makefile index 0b52e7f92548..8e4d952b7810 100644 --- a/devel/p5-UNIVERSAL-exports/Makefile +++ b/devel/p5-UNIVERSAL-exports/Makefile @@ -15,12 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= Lightweight, universal exporting of variables -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Exporter/Lite.pm:${PORTSDIR}/devel/p5-Exporter-Lite +BUILD_DEPENDS= ${SITE_PERL}/Exporter/Lite.pm:${PORTSDIR}/devel/p5-Exporter-Lite RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= UNIVERSAL::exports.3 UNIVERSAL::require.3 .include <bsd.port.mk> |