blob: 26fd83d2c71e3e7c573b07e209d9c2fda5eb0bcb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= Audio-Scan
PORTVERSION= 1.01
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Scanner for audio file metadata and tag information
LICENSE= GPLv2
TEST_DEPENDS= p5-Test-Warn>=0:devel/p5-Test-Warn
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/Scan/Scan.so
.include <bsd.port.mk>
|