mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
0f25c909e2
Approved by: portmgr blanket
27 lines
488 B
Makefile
27 lines
488 B
Makefile
# Created by: Oyvind Moll <oyvindmo@initio.no>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= CDDB_get
|
|
PORTVERSION= 2.28
|
|
PORTREVISION= 2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:FONKIE
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= High-level interface to the Compact Disc Database
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/Copying
|
|
|
|
PORTSCOUT= skipv:2.28.1
|
|
|
|
USES= perl5 shebangfix
|
|
SHEBANG_FILES= cddb.pl
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|