mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
2a846c7c2f
- Update pkg-plist 2.25 15.06.2005 user:pass with proxy support - untested (thanks to Peter) Please try it, I don't have such a setup. Cache module: use CDDB_cache instead of CDDB_get All files are saved in a local tree and can be reused from there. Please try it if you like, it's not really tested. 2.26 22.06.2005 (unreleased) added postgres/oracle/sqlite support (untested) thanks to Rick for starting with a postgres version 2.27 01.01.2006 default port is now 8880 (not 888 anymore) fixes an ioctl perl problem on current redhat/fedora (thanks to Gregory K. Ruiz-Ade and the redhat/fedora guys) PR: 98173 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit)
24 lines
472 B
Makefile
24 lines
472 B
Makefile
# New ports collection makefile for: p5-CDDB_get
|
|
# Date created: 25-Sep-2001
|
|
# Whom: Oyvind Moll <oyvindmo@initio.no>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= CDDB_get
|
|
PORTVERSION= 2.27
|
|
PORTEPOCH= 1
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/F/FO/FONKIE
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= oyvind@moll.no
|
|
COMMENT= A high-level interface to the Compact Disc Database
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= CDDB_get.3
|
|
|
|
.include <bsd.port.mk>
|