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-Filesys-Df/Makefile | |
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-Filesys-Df/Makefile')
-rw-r--r-- | sysutils/p5-Filesys-Df/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/p5-Filesys-Df/Makefile b/sysutils/p5-Filesys-Df/Makefile index 98695d73298c..54ee8ca2b146 100644 --- a/sysutils/p5-Filesys-Df/Makefile +++ b/sysutils/p5-Filesys-Df/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pirzyk@FreeBSD.org COMMENT= Perl extension for filesystem space -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Filesys::Df.3 |