diff options
author | az <az@FreeBSD.org> | 2013-09-07 15:11:48 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-07 15:11:48 +0800 |
commit | 37614bb740c853fa2f11b3ed18dea94758b28159 (patch) | |
tree | 949ad8ae14ec788c18c083eccf4718c6ceb49128 /sysutils/p5-MogileFS-Client | |
parent | f509eb5e7f78d2c78e6bf13386792afd0a2a0f9e (diff) | |
download | freebsd-ports-gnome-37614bb740c853fa2f11b3ed18dea94758b28159.tar.gz freebsd-ports-gnome-37614bb740c853fa2f11b3ed18dea94758b28159.tar.zst freebsd-ports-gnome-37614bb740c853fa2f11b3ed18dea94758b28159.zip |
- convert to the new perl5 framework
Submitted by: portmgr (bapt@, blanket)
Diffstat (limited to 'sysutils/p5-MogileFS-Client')
-rw-r--r-- | sysutils/p5-MogileFS-Client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/p5-MogileFS-Client/Makefile b/sysutils/p5-MogileFS-Client/Makefile index b2c48ff0ad54..38d155a054a1 100644 --- a/sysutils/p5-MogileFS-Client/Makefile +++ b/sysutils/p5-MogileFS-Client/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-IO-stringy>=2.102:${PORTSDIR}/devel/p5-IO-stringy \ RUN_DEPENDS= p5-IO-stringy>=2.102:${PORTSDIR}/devel/p5-IO-stringy \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MogileFS::Client.3 |