mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
a32defea5d
- Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat)
22 lines
382 B
Makefile
22 lines
382 B
Makefile
# New ports collection makefile for: p5-CDDB
|
|
# Date created: 11-Mar-2001
|
|
# Whom: Yar Tikhiy <yar@comp.chem.msu.su>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= CDDB
|
|
PORTVERSION= 1.220
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A high-level interface to the Compact Disc Database
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= CDDB.3
|
|
|
|
.include <bsd.port.mk>
|