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-File-Stat-Bits | |
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-File-Stat-Bits')
-rw-r--r-- | sysutils/p5-File-Stat-Bits/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/p5-File-Stat-Bits/Makefile b/sysutils/p5-File-Stat-Bits/Makefile index 84f73d0657ba..67af736a68b4 100644 --- a/sysutils/p5-File-Stat-Bits/Makefile +++ b/sysutils/p5-File-Stat-Bits/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pirzyk@FreeBSD.org COMMENT= Perl5 module interface to the major()/minor() C routines -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Stat::Bits.3 |