aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-tagged
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-05-24 08:55:17 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-05-24 08:55:17 +0000
commit19c06076fbb37f1002d19653e36bc8c8ff81505a (patch)
tree69ed996e607122a52ee87eaefbd61dac61806d92 /audio/p5-tagged
parentfbdb31918ab76720d1c1146140a61a999f15bde3 (diff)
downloadports-19c06076fbb37f1002d19653e36bc8c8ff81505a.tar.gz
ports-19c06076fbb37f1002d19653e36bc8c8ff81505a.zip
Notes
Diffstat (limited to 'audio/p5-tagged')
-rw-r--r--audio/p5-tagged/Makefile18
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>