svn commit: r318935 - head/audio/p5-tagged

Andrej Zverev az at FreeBSD.org
Fri May 24 08:55:18 UTC 2013


Author: az
Date: Fri May 24 08:55:17 2013
New Revision: 318935
URL: http://svnweb.freebsd.org/changeset/ports/318935

Log:
  - Trim Makefile header
  - Assign maintainership to perl@
  - Remove unnecessary depend on PERL_LEVEL < 5.12

Modified:
  head/audio/p5-tagged/Makefile   (contents, props changed)

Modified: head/audio/p5-tagged/Makefile
==============================================================================
--- head/audio/p5-tagged/Makefile	Fri May 24 08:53:45 2013	(r318934)
+++ head/audio/p5-tagged/Makefile	Fri May 24 08:55:17 2013	(r318935)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:	p5-tagged
-# Date created:			Apr 18, 2001
-# Whom:				Ying-Chieh Liao <ijliao at FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao at 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 at FreeBSD.org
+MAINTAINER=	perl at 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::
 
 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>


More information about the svn-ports-all mailing list