mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
91a1caa242
Hope to see you back! Thank for all the work!
21 lines
657 B
Makefile
21 lines
657 B
Makefile
# Created by: chinsan <chinsan.tw@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_CDDB
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= net audio www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PEAR class that access and query CDDB audio-CD servers
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
|
|
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
|
|
${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
|
|
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
|
|
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
|
|
${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
|
|
|
|
USES= dos2unix pear
|
|
|
|
.include <bsd.port.mk>
|