mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
22 lines
405 B
Makefile
22 lines
405 B
Makefile
# New ports collection makefile for: p5-Audio-Scan
|
|
# Date created: 11 July, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Audio-Scan
|
|
PORTVERSION= 0.56
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Scanner for audio file metadata and tag information
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Audio::Scan.3
|
|
|
|
.include <bsd.port.mk>
|