blob: d27dbfec58208f39367e07fc5d6f5bbde63bd5ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: p5-MP3-Info
# Date created: 14-Aug-2000
# Whom: Leo Kim <leo@florida.sarang.net>
#
# $FreeBSD$
#
PORTNAME= MP3-Info
PORTVERSION= 0.91
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=MP3
PKGNAMEPREFIX= p5-
MAINTAINER= leo@florida.sarang.net
PERL_CONFIGURE= yes
MAN3= MP3::Info.3 MPEG::MP3Info.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
|