mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
0d5e39c89e
Approved by: pgollucci (mentor)
26 lines
631 B
Makefile
26 lines
631 B
Makefile
# 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}/ \
|
|
LOCAL/sunpoet
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
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>
|