diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-05-24 08:55:17 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-05-24 08:55:17 +0000 |
commit | 19c06076fbb37f1002d19653e36bc8c8ff81505a (patch) | |
tree | 69ed996e607122a52ee87eaefbd61dac61806d92 /audio/p5-tagged | |
parent | fbdb31918ab76720d1c1146140a61a999f15bde3 (diff) |
- Trim Makefile header
- Assign maintainership to perl@
- Remove unnecessary depend on PERL_LEVEL < 5.12
Notes
Notes:
svn path=/head/; revision=318935
Diffstat (limited to 'audio/p5-tagged')
-rw-r--r-- | audio/p5-tagged/Makefile | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/audio/p5-tagged/Makefile b/audio/p5-tagged/Makefile index 886762530a36..f4381f3d3869 100644 --- a/audio/p5-tagged/Makefile +++ b/audio/p5-tagged/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: p5-tagged -# Date created: Apr 18, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tagged PORTVERSION= 0.40 @@ -13,7 +8,7 @@ MASTER_SITES= CPAN/MP3 \ SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Read, change, and write different tags of MP3 audio files PERL_CONFIGURE= yes @@ -23,11 +18,4 @@ MAN3= MP3::Tag::ID3v2.3 MP3::Tag.3 MP3::Tag::File.3 \ CONFLICTS= p5-MP3-Tag-0.* -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |