diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-09 16:21:32 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-09 16:21:32 +0800 |
commit | 2b434af7d442895383f8a85066f7613b6d83c1fa (patch) | |
tree | 64e201df5c6c8e4fe2bb156222acb4a459500a19 /devel/p5-Log-Any | |
parent | a5a2c3b70dad398a4a0f550444194cf0bbdf342a (diff) | |
download | freebsd-ports-gnome-2b434af7d442895383f8a85066f7613b6d83c1fa.tar.gz freebsd-ports-gnome-2b434af7d442895383f8a85066f7613b6d83c1fa.tar.zst freebsd-ports-gnome-2b434af7d442895383f8a85066f7613b6d83c1fa.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'devel/p5-Log-Any')
-rw-r--r-- | devel/p5-Log-Any/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Log-Any/Makefile b/devel/p5-Log-Any/Makefile index 7f208e9aff4f..3cfc7ae571b9 100644 --- a/devel/p5-Log-Any/Makefile +++ b/devel/p5-Log-Any/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to bring loggers and listeners together -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Log::Any.3 \ Log::Any::Adapter::Core.3 \ |