Files
ports/net/pear-Net_CDDB/Makefile
T
Jochen Neumeister 6f8c351112 hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 17:33:54 +00:00

21 lines
668 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@${PHP_FLAVOR} \
${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR} \
${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \
${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR} \
${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
USES= dos2unix pear
.include <bsd.port.mk>