mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
21 lines
584 B
Makefile
21 lines
584 B
Makefile
# Created by: chinsan <chinsan.tw@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_CDDB
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= net audio www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR class that access and query CDDB audio-CD servers
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \
|
|
${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request \
|
|
${PEARDIR}/MDB2.php:databases/pear-MDB2
|
|
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \
|
|
${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request \
|
|
${PEARDIR}/MDB2.php:databases/pear-MDB2
|
|
|
|
USES= dos2unix pear
|
|
|
|
.include <bsd.port.mk>
|