diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 09:54:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 09:54:08 +0000 |
commit | 1539e0886b8834f28f81afd6d906ca66f87d6449 (patch) | |
tree | 3137ade6fc7774f2edb5f66cdd2d06373d9fe493 /audio/p5-Audio-MPD-Common | |
parent | b38bbaec1f3a42489de4507d108ceb14d8164ea4 (diff) | |
download | ports-1539e0886b8834f28f81afd6d906ca66f87d6449.tar.gz ports-1539e0886b8834f28f81afd6d906ca66f87d6449.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326958
Diffstat (limited to 'audio/p5-Audio-MPD-Common')
-rw-r--r-- | audio/p5-Audio-MPD-Common/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/p5-Audio-MPD-Common/Makefile b/audio/p5-Audio-MPD-Common/Makefile index 90a3eb73ca2d..d0fe50c4188b 100644 --- a/audio/p5-Audio-MPD-Common/Makefile +++ b/audio/p5-Audio-MPD-Common/Makefile @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \ p5-String-Formatter>=0:${PORTSDIR}/devel/p5-String-Formatter RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Audio::MPD::Common.3 \ Audio::MPD::Common::Item.3 \ |