diff options
author | az <az@FreeBSD.org> | 2013-09-02 17:22:47 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 17:22:47 +0800 |
commit | 6071aa584d03c4f44a6a0fcc929d60259ab540fc (patch) | |
tree | 57ff114ed6c22543eff6f68991fcfc5180976d04 /misc/p5-Test-Dir | |
parent | 8f145387b89bd4e2fc168b3f74fc221568a2c94c (diff) | |
download | freebsd-ports-gnome-6071aa584d03c4f44a6a0fcc929d60259ab540fc.tar.gz freebsd-ports-gnome-6071aa584d03c4f44a6a0fcc929d60259ab540fc.tar.zst freebsd-ports-gnome-6071aa584d03c4f44a6a0fcc929d60259ab540fc.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'misc/p5-Test-Dir')
-rw-r--r-- | misc/p5-Test-Dir/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/p5-Test-Dir/Makefile b/misc/p5-Test-Dir/Makefile index 4f1f6f61d7a1..2b129cb538c3 100644 --- a/misc/p5-Test-Dir/Makefile +++ b/misc/p5-Test-Dir/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kiwi@oav.net COMMENT= Test directory attributes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Dir.3 \ Test::Dir::Base.3 \ |