1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/net/pear-Net_CDDB/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

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>