freebsd-ports/net/pear-Net_CDDB/Makefile
Antoine Brodin 4f5544a38b Stage support for non-IGNORED pear classes
Tested by:	poudriere
Approved by:	portmgr (bapt)
2013-11-25 17:59:58 +00:00

23 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>