summaryrefslogtreecommitdiff
path: root/audio/libmp3-archive-perl/Makefile
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-08-20 13:42:22 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-08-20 13:42:22 +0000
commit782f0099c5ca5daaa2099d28d16084efd36a07b4 (patch)
tree18ea1d1b868f4d63bd74a70012c304c680743350 /audio/libmp3-archive-perl/Makefile
parent- Updated to version 1.56b (diff)
- Is a perl module to encapsulate the parsing and creation of filenames containing music metadata (artist, album, etc).
It is used by mp3lint and mp3-archive-tools. WWW: http://erislabs.net/ianb/projects/libmp3-archive-perl/ PR: ports/148898 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Notes
Notes: svn path=/head/; revision=259631
Diffstat (limited to 'audio/libmp3-archive-perl/Makefile')
-rw-r--r--audio/libmp3-archive-perl/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/libmp3-archive-perl/Makefile b/audio/libmp3-archive-perl/Makefile
new file mode 100644
index 000000000000..0e13b0667439
--- /dev/null
+++ b/audio/libmp3-archive-perl/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: libmp3-archive-perl
+# Date created: 2010-07-06
+# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libmp3-archive-perl
+PORTVERSION= 0.9
+CATEGORIES= audio perl5
+MASTER_SITES= http://erislabs.net/ianb/projects/${PORTNAME}/ \
+ http://sunpoet.net/distfiles/
+
+MAINTAINER= sunpoet@sunpoet.net
+COMMENT= Perl module to manipulate filenames containing music metadata
+
+PERL_CONFIGURE= yes
+
+MAN3= MP3::Archive::Config.3 MP3::Archive::Format.3 MP3::Archive.3
+
+post-patch:
+ @${REINPLACE_CMD} -e '/^DESTINSTALLSYSCONFDIR/ s|DESTDIR|PREFIX|' \
+ ${WRKSRC}/Makefile.PL
+
+.include <bsd.port.mk>