mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
4f5544a38b
Tested by: poudriere Approved by: portmgr (bapt)
24 lines
753 B
Makefile
24 lines
753 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:${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
|
|
|
|
USE_DOS2UNIX= yes
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|